From 29799be767c0fa918a1f120d11fdcba3c1faeac8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toma=C5=BE=20Erjavec?= Date: Tue, 31 Dec 2024 16:32:24 +0100 Subject: [PATCH] Add mapping for Hebrew. --- Scripts/parlamint2distro.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripts/parlamint2distro.pl b/Scripts/parlamint2distro.pl index e0bb7d620..1f340c004 100755 --- a/Scripts/parlamint2distro.pl +++ b/Scripts/parlamint2distro.pl @@ -141,6 +141,7 @@ sub usage { $country2lang{'GR'} = 'el'; $country2lang{'HR'} = 'hr'; $country2lang{'HU'} = 'hu'; +$country2lang{'IL'} = 'he'; $country2lang{'IS'} = 'is'; $country2lang{'IT'} = 'it'; $country2lang{'LT'} = 'lt';