feat: specify rtl languages in langmap

This commit is contained in:
naskya 2023-12-27 05:43:44 +09:00
parent cea65f58d7
commit 57d0341256
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -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: "中文",