mue/src/modules/languages.json

51 lines
684 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"name": "Deutsch",
"value": "de_DE"
},
{
"name": "English (UK)",
"value": "en_GB"
},
{
"name": "English (US)",
"value": "en_US"
},
{
"name": "Español",
"value": "es"
},
{
"name": "Español (Latinoamérica)",
"value": "es_419"
},
{
"name": "Français",
"value": "fr"
},
{
"name": "Nederlands",
"value": "nl"
},
{
"name": "Norsk",
"value": "no"
},
{
"name": "Pусский",
"value": "ru"
},
{
"name": "Türkçe",
"value": "tr_TR"
},
{
"name": "中文 (简体)",
"value": "zh_CN"
},
{
"name": "Portuguese (Brazil)",
"value": "pt_BR"
}
]