mirror of
https://github.com/wekan/wekan.git
synced 2026-02-07 09:01:47 +01:00
Added translations: Moroccan Arabic (ary) and Standard Moroccan Tamazight (zgh).
Thanks to translators!
This commit is contained in:
parent
d74662bfd7
commit
5af4f54f4c
4 changed files with 2380 additions and 0 deletions
1181
imports/i18n/data/ary.i18n.json
Normal file
1181
imports/i18n/data/ary.i18n.json
Normal file
File diff suppressed because it is too large
Load diff
1181
imports/i18n/data/zgh.i18n.json
Normal file
1181
imports/i18n/data/zgh.i18n.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -11,6 +11,12 @@ export default {
|
|||
name: "العربية",
|
||||
load: () => import('./data/ar.i18n.json'),
|
||||
},
|
||||
"ary": {
|
||||
code: "ary",
|
||||
tag: "ary",
|
||||
name: "عربي مغربي",
|
||||
load: () => import('./data/ary.i18n.json'),
|
||||
},
|
||||
"bg": {
|
||||
code: "bg",
|
||||
tag: "bg",
|
||||
|
|
@ -611,6 +617,12 @@ export default {
|
|||
name: "Èdè Yorùbá",
|
||||
load: () => import('./data/yo.i18n.json'),
|
||||
},
|
||||
"zgh": {
|
||||
code: "zgh",
|
||||
tag: "zgh",
|
||||
name: "ⵜⴰⵎⴰⵣⵉⵖⵜ ⵜⴰⵏⴰⵡⴰⵢⵜ",
|
||||
load: () => import('./data/zgh.i18n.json'),
|
||||
},
|
||||
"zh-CN": {
|
||||
code: "zh",
|
||||
tag: "zh-CN",
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@ tx pull -f -l ar
|
|||
echo "Arabic (Egypt), simply Masri (مَصرى, [ˈmɑsˤɾi], Egyptian, Masr refers to Cairo):"
|
||||
tx pull -f -l ar_EG
|
||||
|
||||
echo "Arabic (Moroccan)"
|
||||
tx pull -f -l ary
|
||||
|
||||
echo "Armenian:"
|
||||
tx pull -f -l hy
|
||||
|
||||
|
|
@ -232,6 +235,9 @@ tx pull -f -l sk
|
|||
echo "Slovenian:"
|
||||
tx pull -f -l sl_SI
|
||||
|
||||
echo "Standard Moroccan Tamazight"
|
||||
tx pull -f -l zgh
|
||||
|
||||
echo "Swahili:"
|
||||
tx pull -f -l sw
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue