mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
code refactor
This commit is contained in:
@@ -7,13 +7,13 @@ export const allLanguages = {
|
||||
'en': {
|
||||
name: 'English',
|
||||
displayName: 'English',
|
||||
code: 'en',
|
||||
alternativeLanguageTag: 'en',
|
||||
content: en
|
||||
},
|
||||
'zh-Hans': {
|
||||
name: 'Simplified Chinese',
|
||||
displayName: '简体中文',
|
||||
code: 'zh-CN',
|
||||
alternativeLanguageTag: 'zh-CN',
|
||||
aliases: ['zh-CHS', 'zh-CN', 'zh-SG'],
|
||||
content: zhHans
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user