Skip to content

Commit bcc2461

Browse files
authored
feat: resx, xlsx and compose multiplatform format support + add python message format (#146)
* feat: add resx format support * feat: add compose multiplatform format support * feat: add xlsx format * feat: add python message format
1 parent 689e9bd commit bcc2461

File tree

13 files changed

+6279
-5919
lines changed

13 files changed

+6279
-5919
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.idea
22
.vscode
3+
.DS_Store
34

45
node_modules
56
dist

schema.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,13 @@
248248
"PO_JAVA",
249249
"PO_ICU",
250250
"PO_RUBY",
251+
"PO_PYTHON",
251252
"APPLE_STRINGS",
252253
"APPLE_XLIFF",
253254
"PROPERTIES_ICU",
254255
"PROPERTIES_JAVA",
255256
"ANDROID_XML",
257+
"COMPOSE_XML",
256258
"FLUTTER_ARB",
257259
"CSV_ICU",
258260
"CSV_JAVA",
@@ -265,7 +267,12 @@
265267
"XLIFF_ICU",
266268
"XLIFF_JAVA",
267269
"XLIFF_PHP",
268-
"XLIFF_RUBY"
270+
"XLIFF_RUBY",
271+
"RESX_ICU",
272+
"XLSX_ICU",
273+
"XLSX_JAVA",
274+
"XLSX_PHP",
275+
"XLSX_RUBY"
269276
]
270277
}
271278
}

0 commit comments

Comments
 (0)