diff --git a/packages/client/src/scripts/langmap.ts b/packages/client/src/scripts/langmap.ts index c0a2bb1669..df3214e449 100644 --- a/packages/client/src/scripts/langmap.ts +++ b/packages/client/src/scripts/langmap.ts @@ -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: "中文",