Added translations: Moroccan Arabic (ary) and Standard Moroccan Tamazight (zgh).

Thanks to translators!
This commit is contained in:
Lauri Ojansivu 2022-06-06 10:32:36 +03:00
parent d74662bfd7
commit 5af4f54f4c
4 changed files with 2380 additions and 0 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -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",

View file

@ -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