mirror of
https://github.com/mue/mue.git
synced 2026-07-10 14:04:32 +02:00
fix: new radio buttons, fix background bugs etc
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
@@ -1,30 +1,30 @@
|
||||
[
|
||||
{
|
||||
"text": "English (UK)",
|
||||
"code": "en-GB"
|
||||
"name": "English (UK)",
|
||||
"value": "en-GB"
|
||||
},
|
||||
{
|
||||
"text": "English (US)",
|
||||
"code": "en-US"
|
||||
"name": "English (US)",
|
||||
"value": "en-US"
|
||||
},
|
||||
{
|
||||
"text": "Español",
|
||||
"code": "es"
|
||||
"name": "Español",
|
||||
"value": "es"
|
||||
},
|
||||
{
|
||||
"text": "Français",
|
||||
"code": "fr"
|
||||
"name": "Français",
|
||||
"value": "fr"
|
||||
},
|
||||
{
|
||||
"text": "Nederlands",
|
||||
"code": "nl"
|
||||
"name": "Nederlands",
|
||||
"value": "nl"
|
||||
},
|
||||
{
|
||||
"text": "Norsk",
|
||||
"code": "no"
|
||||
"name": "Norsk",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"text": "Pусский",
|
||||
"code": "ru"
|
||||
"name": "Pусский",
|
||||
"value": "ru"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user