mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
405 B
24 lines
405 B
{
|
|
"Languages":[
|
|
{
|
|
"DisplayName" : "English",
|
|
"Code" : "en",
|
|
"IsDefault": true
|
|
},
|
|
{
|
|
"DisplayName" : "Português",
|
|
"Code" : "pt-BR",
|
|
"IsDefault": false
|
|
},
|
|
{
|
|
"DisplayName" : "简体中文",
|
|
"Code" : "zh-Hans",
|
|
"IsDefault": false
|
|
},
|
|
{
|
|
"DisplayName" : "Čeština",
|
|
"Code" : "cs",
|
|
"IsDefault": false
|
|
}
|
|
]
|
|
} |