From 57d0341256088c580cd14a19eed95789642e2e47 Mon Sep 17 00:00:00 2001
From: naskya <m@naskya.net>
Date: Wed, 27 Dec 2023 05:43:44 +0900
Subject: [PATCH] feat: specify rtl languages in langmap

---
 packages/client/src/scripts/langmap.ts | 6 ++++++
 1 file changed, 6 insertions(+)

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