Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Apr 25, 2024
1 parent 24c90a5 commit b0dabff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/renderer/src/locales/lang/en_US/pages/setting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,14 @@ export default {
eol: 'eol',
wordWrap: 'wordWrap',
disable: 'disable',
enable: 'enable'
enable: 'enable',
autoInit: 'autoInit'
},
action: {
init: 'Init',
initStatus: 'Status',
initManual: 'Manual',
initAuto: 'Auto',
classify: 'Classify',
source: 'Source',
home: 'Home',
Expand Down
8 changes: 6 additions & 2 deletions src/renderer/src/locales/lang/zh_CN/pages/setting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,12 +294,16 @@ export default {
theme: '主题',
language: '语言',
eol: '行尾符',
wordWrap: '自动换行',
wordWrap: '换行',
disable: '禁用',
enable: '启用'
enable: '启用',
autoInit: '自动初始化'
},
action: {
init: '初始化',
initStatus: '当前状态',
initManual: '手动',
initAuto: '自动',
source: '源代码',
classify: '分类',
home: '首页',
Expand Down

0 comments on commit b0dabff

Please sign in to comment.