Skip to content

Commit 9aedbdf

Browse files
committed
chore: Update CLI schema
1 parent 4acf39f commit 9aedbdf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

static/cli-schema.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -243,15 +243,15 @@
243243
"$ref": "#/$defs/path"
244244
},
245245
"language": {
246+
"description": "Explicitly map file to language.\n\nIf not provided, backend will try to detect language from language name or it's content.",
246247
"type": "string"
247248
},
248249
"namespace": {
249250
"type": "string"
250251
}
251252
},
252253
"required": [
253-
"path",
254-
"language"
254+
"path"
255255
]
256256
},
257257
"forceMode": {
@@ -285,6 +285,7 @@
285285
"PO_PYTHON",
286286
"APPLE_STRINGS",
287287
"APPLE_XLIFF",
288+
"APPLE_XCSTRINGS",
288289
"PROPERTIES_ICU",
289290
"PROPERTIES_JAVA",
290291
"ANDROID_XML",

0 commit comments

Comments
 (0)