From 6c7f21d6fdb58a00a5845813c57e22e24bd93cd5 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Sun, 18 May 2025 11:40:01 +0200 Subject: [PATCH] Fix hebrew support --- .scripts/new-locales.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.scripts/new-locales.py b/.scripts/new-locales.py index 81323c580..a4e108043 100755 --- a/.scripts/new-locales.py +++ b/.scripts/new-locales.py @@ -11,6 +11,7 @@ MIN_PERCENT = 90 NOT_LANGS = ("night", "w600dp") REPLACE_CODES = { "el": "el-rGR", + "he": "iw", "id": "in-rID", "ro": "ro-rRO", "zh_Hans": "zh-rCN",