Skip to content

Commit

Permalink
feat: add aside lang translate
Browse files Browse the repository at this point in the history
  • Loading branch information
VisionView committed Aug 12, 2023
1 parent 1214e14 commit 10aa702
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/lang/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
import { createI18n } from 'vue-i18n';
const enUS = {
aside: {
connect: 'Connect',
file: 'File',
github: 'GitHub',
user: 'User',
setting: 'Setting',
},
setting: {
basic: 'Basic',
theme: 'Theme',
Expand Down Expand Up @@ -38,6 +45,13 @@ const enUS = {
};

const zhCN = {
aside: {
connect: '连接',
file: '文件',
github: 'GitHub',
user: '用户',
setting: '设置',
},
setting: {
basic: '通用设置',
theme: '主题外观',
Expand Down

0 comments on commit 10aa702

Please sign in to comment.