perf: Modify i18 file format to JSON (#3171)

This commit is contained in:
bowen
2023-10-18 19:15:52 +08:00
committed by GitHub
parent 0cf79d4ce2
commit c24e0efd1d
33 changed files with 1052 additions and 1172 deletions

View File

@@ -99,7 +99,7 @@
"i18n-ally.sortKeys": true,
"i18n-ally.namespace": true,
"i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
"i18n-ally.enabledParsers": ["ts"],
"i18n-ally.enabledParsers": ["json"],
"i18n-ally.sourceLanguage": "en",
"i18n-ally.displayLanguage": "zh-CN",
"i18n-ally.enabledFrameworks": ["vue", "react"],