We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3947a4b commit b0ee7ffCopy full SHA for b0ee7ff
adev/src/content/cli/help/_build-info.json
@@ -1,4 +1,4 @@
1
{
2
"branchName": "refs/heads/main",
3
- "sha": "29e0409c1c9613fc1b5521fc06d22c00dec88476"
+ "sha": "fc1495020badea56fc5faf1831f89aa7717a0767"
4
}
adev/src/content/cli/help/extract-i18n.json
@@ -40,6 +40,16 @@
40
"type": "boolean",
41
"description": "Shows a help message for this command in the console."
42
},
43
+ {
44
+ "name": "i18n-duplicate-translation",
45
+ "type": "string",
46
+ "enum": [
47
+ "error",
48
+ "warning",
49
+ "ignore"
50
+ ],
51
+ "description": "How to handle duplicate translations."
52
+ },
53
54
"name": "out-file",
55
"type": "string",
0 commit comments