Merge branch 'new-languages' into 'develop'

Added portuguese, spanish and german translations

See merge request funkwhale/funkwhale!371
This commit is contained in:
Eliot Berriot 2018-08-06 21:20:54 +00:00
commit b4f212dab6
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1 @@
Added portuguese, spanish and german translations

View File

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