mirror of
https://github.com/wekan/wekan.git
synced 2025-12-25 19:58:49 +01:00
Add info about RTL languages to Meteor WeKan. Not used in Meteor WeKan yet.
Thanks to xet7 ! Related #3376
This commit is contained in:
parent
a92eafce80
commit
cf7c051242
1 changed files with 11 additions and 0 deletions
|
|
@ -4,42 +4,49 @@ export default {
|
|||
tag: "ar-DZ",
|
||||
name: "دزيرية",
|
||||
load: () => import('./data/ar-DZ.i18n.json'),
|
||||
rtl: "true",
|
||||
},
|
||||
"ar-EG": {
|
||||
code: "ar",
|
||||
tag: "ar-EG",
|
||||
name: "مَصرى",
|
||||
load: () => import('./data/ar-EG.i18n.json'),
|
||||
rtl: "true",
|
||||
},
|
||||
"ar": {
|
||||
code: "ar",
|
||||
tag: "ar",
|
||||
name: "العربية",
|
||||
load: () => import('./data/ar.i18n.json'),
|
||||
rtl: "true",
|
||||
},
|
||||
"ary": {
|
||||
code: "ary",
|
||||
tag: "ary",
|
||||
name: "عربي مغربي",
|
||||
load: () => import('./data/ary.i18n.json'),
|
||||
rtl: "true",
|
||||
},
|
||||
"az-AZ": {
|
||||
code: "az",
|
||||
tag: "az-AZ",
|
||||
name: "Azərbaycan (Azərbaycan)",
|
||||
load: () => import('./data/az-AZ.i18n.json'),
|
||||
rtl: "true",
|
||||
},
|
||||
"az-LA": {
|
||||
code: "az",
|
||||
tag: "az-LA",
|
||||
name: "Azərbaycan (Latin)",
|
||||
load: () => import('./data/az-LA.i18n.json'),
|
||||
rtl: "true",
|
||||
},
|
||||
"az": {
|
||||
code: "az",
|
||||
tag: "az",
|
||||
name: "Azərbaycan",
|
||||
load: () => import('./data/az.i18n.json'),
|
||||
rtl: "true",
|
||||
},
|
||||
"bg": {
|
||||
code: "bg",
|
||||
|
|
@ -232,12 +239,14 @@ export default {
|
|||
tag: "fa-IR",
|
||||
name: "فارسی/پارسی (ایران\u200e)",
|
||||
load: () => import('./data/fa-IR.i18n.json'),
|
||||
rtl: "true",
|
||||
},
|
||||
"fa": {
|
||||
code: "fa",
|
||||
tag: "fa",
|
||||
name: "فارسی",
|
||||
load: () => import('./data/fa.i18n.json'),
|
||||
rtl: "true",
|
||||
},
|
||||
"fi": {
|
||||
code: "fi",
|
||||
|
|
@ -304,12 +313,14 @@ export default {
|
|||
tag: "he-IL",
|
||||
name: "עברית (ישראל)",
|
||||
load: () => import('./data/he-IL.i18n.json'),
|
||||
rtl: "true",
|
||||
},
|
||||
"he": {
|
||||
code: "he",
|
||||
tag: "he",
|
||||
name: "עברית",
|
||||
load: () => import('./data/he.i18n.json'),
|
||||
rtl: "true",
|
||||
},
|
||||
"hi-IN": {
|
||||
code: "hi",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue