Skip to content

Commit

Permalink
feat: resx, xlsx and compose multiplatform format support + add pytho…
Browse files Browse the repository at this point in the history
…n message format (#146)

* feat: add resx format support

* feat: add compose multiplatform format support

* feat: add xlsx format

* feat: add python message format
  • Loading branch information
Anty0 authored Jan 21, 2025
1 parent 689e9bd commit bcc2461
Show file tree
Hide file tree
Showing 13 changed files with 6,279 additions and 5,919 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.idea
.vscode
.DS_Store

node_modules
dist
Expand Down
9 changes: 8 additions & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,13 @@
"PO_JAVA",
"PO_ICU",
"PO_RUBY",
"PO_PYTHON",
"APPLE_STRINGS",
"APPLE_XLIFF",
"PROPERTIES_ICU",
"PROPERTIES_JAVA",
"ANDROID_XML",
"COMPOSE_XML",
"FLUTTER_ARB",
"CSV_ICU",
"CSV_JAVA",
Expand All @@ -265,7 +267,12 @@
"XLIFF_ICU",
"XLIFF_JAVA",
"XLIFF_PHP",
"XLIFF_RUBY"
"XLIFF_RUBY",
"RESX_ICU",
"XLSX_ICU",
"XLSX_JAVA",
"XLSX_PHP",
"XLSX_RUBY"
]
}
}
Expand Down
Loading

0 comments on commit bcc2461

Please sign in to comment.