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:
Thomas Camlong
2024-06-08 17:32:46 +02:00
committed by GitHub
parent 1f730ab786
commit 3dca787fa7

12
.vscode/settings.json vendored
View File

@@ -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",
}