first commit

This commit is contained in:
2026-02-26 09:32:03 +08:00
commit 36a8e4c51b
845 changed files with 116474 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"i18n-ally.localesPaths": [
"src/locale",
],
"i18n-ally.keystyle": "nested",
"i18n-ally.sortKeys": true,
"i18n-ally.namespace": true,
"i18n-ally.enabledParsers": [
"json"
],
"i18n-ally.sourceLanguage": "zh-Hans",
"i18n-ally.displayLanguage": "zh-Hans",
"i18n-ally.translate.engines": [
"google-cn",
"google",
"deepl"
],
"i18n-ally.enabledFrameworks": [
"vue",
],
}