chore: configure i18n ally (#606)
Note: TypeScript files are read-only https://github.com/lokalise/i18n-ally/wiki/Locale-Formats#supported-locale-formats
This commit is contained in:
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
@@ -13,5 +13,15 @@
|
|||||||
"superjson",
|
"superjson",
|
||||||
"trpc",
|
"trpc",
|
||||||
"Umami"
|
"Umami"
|
||||||
]
|
],
|
||||||
|
"i18n-ally.dirStructure": "auto",
|
||||||
|
"i18n-ally.enabledFrameworks": [
|
||||||
|
"next-international"
|
||||||
|
],
|
||||||
|
"i18n-ally.localesPaths": [
|
||||||
|
"./packages/translation/src/lang/",
|
||||||
|
],
|
||||||
|
"i18n-ally.enabledParsers": ["ts"],
|
||||||
|
"i18n-ally.extract.keyMaxLength": 0,
|
||||||
|
"i18n-ally.keystyle": "flat",
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user