fix: new radio buttons, fix background bugs etc

Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
David Ralph
2021-03-20 15:52:27 +00:00
parent ab7681f3d0
commit e092c805e8
14 changed files with 120 additions and 73 deletions

View File

@@ -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"
}
]