Skip to content

Commit

Permalink
feat: add more file formats support for the 'targets' command
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Mar 15, 2023
1 parent b18f7d7 commit ff4352a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/com/crowdin/cli/BaseCli.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ public class BaseCli {
put("xliff", "xliff");
put("xml", "android");
put("strings", "macosx");
put("yml", "yaml-export");
put("resx", "crowdin-resx");
put("csv", "crowdin-csv");
put("properties", "crowdin-properties");
put("arb", "arb-export");
put("stringsdict", "stringsdict-export");
put("po", "po-export");
}}
);

Expand Down

0 comments on commit ff4352a

Please sign in to comment.