Add new translations, fix en_GB
This commit is contained in:
parent
6e80b830c3
commit
8b1a971e7c
7 changed files with 12771 additions and 726 deletions
1
changes/changelog.d/844.enhancement
Normal file
1
changes/changelog.d/844.enhancement
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Added Czech translation (#844)
|
||||||
1
changes/changelog.d/845.enhancement
Normal file
1
changes/changelog.d/845.enhancement
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Added Catalan translation files
|
||||||
1
changes/changelog.d/846.bugfix
Normal file
1
changes/changelog.d/846.bugfix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Added context strings to en_GB translations so that picking the language changes the interface as expected
|
||||||
5001
front/locales/ca/LC_MESSAGES/app.po
Normal file
5001
front/locales/ca/LC_MESSAGES/app.po
Normal file
File diff suppressed because it is too large
Load diff
5018
front/locales/cs/LC_MESSAGES/app.po
Normal file
5018
front/locales/cs/LC_MESSAGES/app.po
Normal file
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…
Add table
Add a link
Reference in a new issue