Files
mue/src/i18n/languages.json
David Ralph 10f12b20c5 7.x Structural Changes (#637)
* refactor(files): Initial commit on experimental file structure

* refactor(structure): New components system

* refactor(structure): Tidy settings' components

* Refactor(structure): Component exports and imports

* refactor(settings): Use new component imports

* feat: unified background.js script

* fix(build): Partially, distributions still not ready

* feat: critical error on noscript, light theme support for it

* fix(background): Critical issue of code making every background #000

* refactor(welcome): Partition into different files + shared components
- This took too long and destroyed my sanity

---------

Co-authored-by: alexsparkes <turbomarshmello@gmail.com>
Co-authored-by: alexsparkes <alexsparkes@gmail.com>
2024-02-18 23:05:15 +00:00

59 lines
804 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": "Bahasa Indonesia",
"value": "id_ID"
},
{
"name": "বাংলা",
"value": "bn"
},
{
"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"
}
]