mirror of
https://github.com/mue/mue.git
synced 2026-06-13 03:58:49 +02:00
Make it easier to add languages and fix console error with marketplace/addons
This commit is contained in:
26
src/modules/languages.json
Normal file
26
src/modules/languages.json
Normal 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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user