Add new translations, fix en_GB
This commit is contained in:
parent
6e80b830c3
commit
8b1a971e7c
|
@ -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",
|
"code": "en_US",
|
||||||
"label": "English (United-States)"
|
"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",
|
"code": "de",
|
||||||
|
|
Loading…
Reference in New Issue