fix(projects): correct the lang file name & add recommend vscode plugin i18n-ally
This commit is contained in:
parent
854d0bcf20
commit
864ec4737d
1
.vscode/extensions.json
vendored
1
.vscode/extensions.json
vendored
@ -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",
|
||||
|
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user