From 1ec971da610731ffa1524b61c1acf28dfcda5479 Mon Sep 17 00:00:00 2001 From: Gusted Date: Tue, 10 Mar 2026 00:49:48 +0100 Subject: [PATCH] feat: enable RTL flag for brh translate.codeberg.org received a message from a Brahui translator that this language uses Arabic script and is RTL. I can see that this language is also listed on https://www.w3.org/International/questions/qa-scripts --- rtl.csv | 1 + weblate_language_data/rtl.py | 1 + 2 files changed, 2 insertions(+) diff --git a/rtl.csv b/rtl.csv index 7e2777e1d..b7afabee4 100644 --- a/rtl.csv +++ b/rtl.csv @@ -23,6 +23,7 @@ ave, bal, bgn, bqi, +brh, ckb, ckb_IR, dv, diff --git a/weblate_language_data/rtl.py b/weblate_language_data/rtl.py index cb463cfe6..73fca4fd4 100644 --- a/weblate_language_data/rtl.py +++ b/weblate_language_data/rtl.py @@ -38,6 +38,7 @@ "bal", "bgn", "bqi", + "brh", "ckb", "ckb_IR", "dv",