Add missing languages to language switcher

This commit is contained in:
Georg Krause 2021-08-25 11:01:28 +02:00
parent b69527c6ef
commit 08263765b1
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 7 additions and 0 deletions

View File

@ -112,6 +112,13 @@ export default {
{
"code": "fa_IR",
"label": "فارسی"
},
"code": "ml",
"label": "മലയാളം"
},
{
"code": "sv",
"label": "Svenska"
}
]
}