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