mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 08:50:56 +01:00
* refactor: move from next-international to next-intl * refactor: restructure translation package, * chore: change i18n-allay framework to next-intl * fix: add missing bold html tag to translation * fix: format issue * fix: address deepsource issues * fix: remove international-types dependency * fix: lint and typecheck issues * fix: typecheck issue * fix: typecheck issue * fix: issue with translations
36 lines
819 B
JSON
36 lines
819 B
JSON
{
|
|
"eslint.workingDirectories": [
|
|
{
|
|
"mode": "auto"
|
|
}
|
|
],
|
|
"eslint.experimental.useFlatConfig": true,
|
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
|
"js/ts.implicitProjectConfig.experimentalDecorators": true,
|
|
"prettier.configPath": "./tooling/prettier/index.mjs",
|
|
"cSpell.words": [
|
|
"ajnart",
|
|
"cqmin",
|
|
"gridstack",
|
|
"homarr",
|
|
"jellyfin",
|
|
"mantine",
|
|
"manuel-rw",
|
|
"Meierschlumpf",
|
|
"overseerr",
|
|
"Sabnzbd",
|
|
"SeDemal",
|
|
"Sonarr",
|
|
"superjson",
|
|
"tabler",
|
|
"trpc",
|
|
"Umami"
|
|
],
|
|
"i18n-ally.dirStructure": "auto",
|
|
"i18n-ally.enabledFrameworks": ["next-intl"],
|
|
"i18n-ally.localesPaths": ["./packages/translation/src/lang/"],
|
|
"i18n-ally.enabledParsers": ["ts"],
|
|
"i18n-ally.extract.keyMaxLength": 0,
|
|
"i18n-ally.keystyle": "flat"
|
|
}
|