feat: Support Traditional Chinese (#336)

### What problem does this PR solve?

Support Traditional Chinese

Issue link: #335
### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-04-12 11:41:00 +08:00
committed by GitHub
parent e20207101a
commit f173fe6e47
10 changed files with 470 additions and 24 deletions

View File

@@ -15,7 +15,8 @@ export default {
edit: '编辑',
upload: '上传',
english: '英文',
chinese: '中文',
chinese: '中文简体',
traditionalChinese: '中文繁体',
language: '语言',
languageMessage: '请输入语言',
languagePlaceholder: '请选择语言',