Make it easier to add languages and fix console error with marketplace/addons

This commit is contained in:
David Ralph
2021-02-26 16:06:54 +00:00
parent 412aa339d9
commit d79baacc1a
5 changed files with 42 additions and 11 deletions

View File

@@ -0,0 +1,26 @@
[
{
"text": "English",
"code": "en"
},
{
"text": "Español",
"code": "es"
},
{
"text": "Français",
"code": "fr"
},
{
"text": "Nederlands",
"code": "nl"
},
{
"text": "Norsk",
"code": "no"
},
{
"text": "Pусский",
"code": "ru"
}
]