Kaynağa Gözat

🐳 chore(vscode): 配置项目源语言

陈雪 1 ay önce
ebeveyn
işleme
888098d85c
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      .vscode/settings.json

+ 2 - 1
.vscode/settings.json

@@ -58,5 +58,6 @@
     ".eslintrc.cjs": ".eslintignore,.prettierignore,.stylelintignore,.commitlintrc.*,.prettierrc.*,.stylelintrc.*,.eslintrc-auto-import.json,.editorconfig,.commitlint.cjs"
   },
   "i18n-ally.localesPaths": ["src/locale"],
-  "i18n-ally.keystyle": "flat"
+  "i18n-ally.keystyle": "flat",
+  "i18n-ally.sourceLanguage": "en"
 }