fix(projects): correct the lang file name & add recommend vscode plugin i18n-ally

This commit is contained in:
Soybean 2023-07-23 20:31:59 +08:00
parent 854d0bcf20
commit 864ec4737d
3 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
"formulahendry.auto-close-tag",
"formulahendry.auto-rename-tag",
"kisstkondoros.vscode-gutter-preview",
"lokalise.i18n-ally",
"mariusalchimavicius.json-to-ts",
"mhutchie.git-graph",
"sdras.vue-vscode-snippets",

View File

@ -1,4 +1,4 @@
import zhCN from './lang/zhCN';
import zhCN from './lang/zh-CN';
import en from './lang/en';
import kmKH from './lang/km-KH';