feat: specify rtl languages in langmap
This commit is contained in:
parent
cea65f58d7
commit
57d0341256
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,7 @@ export const iso639Langs1 = {
|
|||
},
|
||||
ar: {
|
||||
nativeName: "العربية",
|
||||
rtl: true,
|
||||
},
|
||||
ay: {
|
||||
nativeName: "Aymar aru",
|
||||
|
@ -65,6 +66,7 @@ export const iso639Langs1 = {
|
|||
},
|
||||
fa: {
|
||||
nativeName: "فارسی",
|
||||
rtl: true,
|
||||
},
|
||||
ff: {
|
||||
nativeName: "Fulah",
|
||||
|
@ -101,6 +103,7 @@ export const iso639Langs1 = {
|
|||
},
|
||||
he: {
|
||||
nativeName: "עברית",
|
||||
rtl: true,
|
||||
},
|
||||
hi: {
|
||||
nativeName: "हिन्दी",
|
||||
|
@ -224,6 +227,7 @@ export const iso639Langs1 = {
|
|||
},
|
||||
ps: {
|
||||
nativeName: "پښتو",
|
||||
rtl: true,
|
||||
},
|
||||
pt: {
|
||||
nativeName: "Português",
|
||||
|
@ -299,6 +303,7 @@ export const iso639Langs1 = {
|
|||
},
|
||||
ur: {
|
||||
nativeName: "اردو",
|
||||
rtl: true,
|
||||
},
|
||||
uz: {
|
||||
nativeName: "O'zbek",
|
||||
|
@ -311,6 +316,7 @@ export const iso639Langs1 = {
|
|||
},
|
||||
yi: {
|
||||
nativeName: "ייִדיש",
|
||||
rtl: true,
|
||||
},
|
||||
zh: {
|
||||
nativeName: "中文",
|
||||
|
|
Loading…
Reference in a new issue