Added portuguese, spanish and german translations

This commit is contained in:
Eliot Berriot 2018-08-06 23:12:41 +02:00
parent 88055e4687
commit a27a85e87a
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
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)"
}
]
}