feat: 新增繁体中文

This commit is contained in:
lan
2024-06-15 15:58:36 +08:00
parent 64ec70aaa0
commit fd7fb2c9c6
22 changed files with 155 additions and 43 deletions
+5 -4
View File
@@ -1,8 +1,9 @@
import zh from './zh'
import en from './en'
import zh from './zh';
import en from './en';
import zh_tw from './zh-tw'
export default {
zh,
en
en,
zh_tw
}