Add i18n-ally settings for React-i18next

This commit is contained in:
ajnart
2023-11-07 09:55:49 +01:00
parent 504a290f67
commit 8ad2111e45

14
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
"i18n-ally.localesPaths": "public/locales",
"i18n-ally.enabledFrameworks": [
"react-i18next"
],
"i18n-ally.namespace": true,
"i18n-ally.pathMatcher": "{locale}/{namespaces}.json",
"i18n-ally.keystyle": "nested",
"i18n-ally.keysInUse": [
"modules.**",
"layout.manage.navigation.**",
],
// "i18n-ally.defaultNamespace": "translation"
}