Merge branch 'new-languages' into 'develop'
Added portuguese, spanish and german translations See merge request funkwhale/funkwhale!371
This commit is contained in:
commit
b4f212dab6
|
@ -0,0 +1 @@
|
|||
Added portuguese, spanish and german translations
|
|
@ -12,6 +12,14 @@ export default {
|
|||
"code": "eo",
|
||||
"label": "Esperanto"
|
||||
},
|
||||
{
|
||||
"code": "de",
|
||||
"label": "Deutsch"
|
||||
},
|
||||
{
|
||||
"code": "es",
|
||||
"label": "Español"
|
||||
},
|
||||
{
|
||||
"code": "fr_FR",
|
||||
"label": "Français"
|
||||
|
@ -27,6 +35,10 @@ export default {
|
|||
{
|
||||
"code": "pl",
|
||||
"label": "Polszczyzna"
|
||||
},
|
||||
{
|
||||
"code": "pt_PT",
|
||||
"label": "Português (Portugal)"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue