mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 17:00:54 +01:00
Note: TypeScript files are read-only https://github.com/lokalise/i18n-ally/wiki/Locale-Formats#supported-locale-formats
27 lines
625 B
JSON
27 lines
625 B
JSON
{
|
|
"eslint.workingDirectories": [
|
|
{
|
|
"mode": "auto"
|
|
}
|
|
],
|
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
|
"js/ts.implicitProjectConfig.experimentalDecorators": true,
|
|
"prettier.configPath": "./tooling/prettier/index.mjs",
|
|
"cSpell.words": [
|
|
"cqmin",
|
|
"homarr",
|
|
"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",
|
|
} |