add vue i18n

This commit is contained in:
LouisLam
2021-08-24 16:44:58 +08:00
parent 752ac05149
commit dd4c00eed3
7 changed files with 7791 additions and 477 deletions

3
src/languages/en.js Normal file
View File

@@ -0,0 +1,3 @@
export default {
languageName: "English",
}

10
src/languages/zh-hk.js Normal file
View File

@@ -0,0 +1,10 @@
export default {
languageName: "繁體中文 (香港)",
Settings: "設定",
Dashboard: "錶板",
"New Update": "有更新",
Language: "語言",
Appearance: "外觀",
Theme: "主題",
General: "一般",
}