Merge branch '844-czech-language' into 'develop'
Add new translations, fix en_GB Closes #846, #845, and #844 See merge request funkwhale/funkwhale!769
This commit is contained in:
commit
048c435a67
|
@ -0,0 +1 @@
|
|||
Added Czech translation (#844)
|
|
@ -0,0 +1 @@
|
|||
Added Catalan translation files
|
|
@ -0,0 +1 @@
|
|||
Added context strings to en_GB translations so that picking the language changes the interface as expected
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -8,9 +8,18 @@ export default {
|
|||
{
|
||||
"code": "en_US",
|
||||
"label": "English (United-States)"
|
||||
},{
|
||||
"code": "eo",
|
||||
"label": "Esperanto"
|
||||
},
|
||||
{
|
||||
"code": "en_GB",
|
||||
"label": "English (UK)"
|
||||
},
|
||||
{
|
||||
"code": "ca",
|
||||
"label": "Català"
|
||||
},
|
||||
{
|
||||
"code": "cs",
|
||||
"label": "Čeština"
|
||||
},
|
||||
{
|
||||
"code": "de",
|
||||
|
|
Loading…
Reference in New Issue