-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathi18next-parser.config.json
40 lines (39 loc) · 1000 Bytes
/
i18next-parser.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"contextSeparator": "_",
"createOldCatalogs": false,
"defaultNamespace": "translation",
"defaultValue": "",
"indentation": 2,
"keepRemoved": false,
"keySeparator": false,
"lexers": {
"hbs": ["HandlebarsLexer"],
"handlebars": ["HandlebarsLexer"],
"htm": ["HTMLLexer"],
"html": ["HTMLLexer"],
"mjs": ["JavascriptLexer"],
"js": ["JavascriptLexer"],
"ts": ["JavascriptLexer"],
"jsx": ["JsxLexer"],
"tsx": ["JsxLexer"],
"default": ["JavascriptLexer"]
},
"lineEnding": "auto",
"locales": ["en-US", "tr-TR"],
"namespaceSeparator": false,
"output": "src/features/i18n/translations/$LOCALE/$NAMESPACE.json",
"pluralSeparator": "_",
"input": null,
"sort": false,
"skipDefaultValues": false,
"useKeysAsDefaultValue": false,
"verbose": false,
"failOnWarnings": false,
"failOnUpdate": false,
"customValueTemplate": null,
"resetDefaultValueLocale": null,
"i18nextOptions": null,
"react": {
"useSuspense": false
}
}