mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 18:59:20 +01:00
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",
|
||||
"trpc",
|
||||
"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