fix: fix i18n-ally extension config (#1462)

* fix: fix i18n-ally extension config

* fix: update scopeRangeRegex to support useScopedI18n and remove unused locales path
This commit is contained in:
Thomas Camlong
2024-11-18 05:37:01 +09:00
committed by GitHub
parent 0ee343b99e
commit 4ba9e94dd6
3 changed files with 46 additions and 6 deletions

13
.vscode/settings.json vendored
View File

@@ -27,9 +27,12 @@
"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"
"i18n-ally.displayLanguage": "en",
"i18n-ally.enabledFrameworks": [
"custom"
],
"i18n-ally.localesPaths": [
"packages/translation/src/lang",
],
"i18n-ally.keystyle": "auto",
}