mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 03:59:55 +02:00
Added portuguese, spanish and german translations
This commit is contained in:
parent
88055e4687
commit
a27a85e87a
2 changed files with 13 additions and 0 deletions
1
changes/changelog.d/new-languages.i18n
Normal file
1
changes/changelog.d/new-languages.i18n
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Added portuguese, spanish and german translations
|
|
@ -12,6 +12,14 @@ export default {
|
||||||
"code": "eo",
|
"code": "eo",
|
||||||
"label": "Esperanto"
|
"label": "Esperanto"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"code": "de",
|
||||||
|
"label": "Deutsch"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"code": "es",
|
||||||
|
"label": "Español"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"code": "fr_FR",
|
"code": "fr_FR",
|
||||||
"label": "Français"
|
"label": "Français"
|
||||||
|
@ -27,6 +35,10 @@ export default {
|
||||||
{
|
{
|
||||||
"code": "pl",
|
"code": "pl",
|
||||||
"label": "Polszczyzna"
|
"label": "Polszczyzna"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"code": "pt_PT",
|
||||||
|
"label": "Português (Portugal)"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue