代码提交
This commit is contained in:
47
common/lang.js
Normal file
47
common/lang.js
Normal file
@ -0,0 +1,47 @@
|
||||
export const Langlist = [{
|
||||
label: '中文',
|
||||
value: 'zh',
|
||||
disabled: false,
|
||||
prop: 'zh_CN'
|
||||
},
|
||||
{
|
||||
label: 'English',
|
||||
value: 'en',
|
||||
disabled: false,
|
||||
prop: 'en_US'
|
||||
},
|
||||
{
|
||||
label: 'German',
|
||||
value: 'gr',
|
||||
disabled: false,
|
||||
prop: 'de_DE'
|
||||
},
|
||||
{
|
||||
label: 'French',
|
||||
value: 'fr',
|
||||
disabled: false,
|
||||
prop: 'fr_FR'
|
||||
},
|
||||
{
|
||||
label: 'Arabic',
|
||||
value: 'al',
|
||||
disabled: false,
|
||||
prop: 'ar_EG'
|
||||
},
|
||||
{
|
||||
label: 'Spanish',
|
||||
value: 'es',
|
||||
disabled: false,
|
||||
prop: 'es_ES'
|
||||
},
|
||||
{
|
||||
label: 'Polish',
|
||||
value: 'bl',
|
||||
disabled: false,
|
||||
prop: 'pl_PL'
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user