chore: update vscode settings for i18n configuration

Remove display language setting and clean up comments
This commit is contained in:
icarus 2025-09-18 14:33:10 +08:00
parent f1991b356b
commit a65b30f3a1

View File

@ -34,10 +34,10 @@
"*.css": "tailwindcss"
},
"files.eol": "\n",
"i18n-ally.displayLanguage": "zh-cn",
// "i18n-ally.displayLanguage": "zh-cn", //
"i18n-ally.enabledFrameworks": ["react-i18next", "i18next"],
"i18n-ally.enabledParsers": ["ts", "js", "json"], //
"i18n-ally.fullReloadOnChanged": true, //
"i18n-ally.fullReloadOnChanged": true,
"i18n-ally.keystyle": "nested", //
"i18n-ally.localesPaths": ["src/renderer/src/i18n/locales"],
// "i18n-ally.namespace": true, //