summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2023-07-01 21:55:34 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-07-03 14:02:31 +0200
commitb1beb866b76156410f80a79b4d1b9ed4d2fa528c (patch)
treea4175e8f27b6a18c36485f807774a274b9ec4ff8
parentcf0b11134a456c4a107b10411c0dfa23ac81befd (diff)
tdf#156101 add en-IL alongside the other English locales
Change-Id: Iae8812e6bd0f10c2ecbf2f985d465e8fd1c4993e Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/153852 Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com> Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> (cherry picked from commit 3fdd5e2b1d652e4ee7212c934d916971fc74a203) Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/153845 Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-rw-r--r--en/Linguistic.xcu2
-rw-r--r--en/dictionaries.xcu6
-rw-r--r--en/pythonpath/lightproof_impl_en.py2
3 files changed, 5 insertions, 5 deletions
diff --git a/en/Linguistic.xcu b/en/Linguistic.xcu
index 99011a7..e090086 100644
--- a/en/Linguistic.xcu
+++ b/en/Linguistic.xcu
@@ -8,7 +8,7 @@
<node oor:name="org.libreoffice.comp.pyuno.Lightproof.en"
oor:op="fuse">
<prop oor:name="Locales" oor:type="oor:string-list">
- <value>en-GB en-US en-PH en-ZA en-NA en-ZW en-AU en-CA en-IE en-IN en-BZ en-BS en-GH en-JM en-NZ en-TT</value>
+ <value>en-GB en-US en-PH en-ZA en-NA en-ZW en-AU en-CA en-IE en-IL en-IN en-BZ en-BS en-GH en-JM en-NZ en-TT</value>
</prop>
</node>
</node>
diff --git a/en/dictionaries.xcu b/en/dictionaries.xcu
index 5c37803..a77ae62 100644
--- a/en/dictionaries.xcu
+++ b/en/dictionaries.xcu
@@ -32,7 +32,7 @@
<value>DICT_SPELL</value>
</prop>
<prop oor:name="Locales" oor:type="oor:string-list">
- <value>en-US en-PH</value>
+ <value>en-US en-IL en-PH</value>
</prop>
</node>
<node oor:name="HunSpellDic_en-AU" oor:op="fuse">
@@ -76,7 +76,7 @@
<value>DICT_HYPH</value>
</prop>
<prop oor:name="Locales" oor:type="oor:string-list">
- <value>en-US en-PH</value>
+ <value>en-US en-IL en-PH</value>
</prop>
</node>
<node oor:name="ThesDic_en-US" oor:op="fuse">
@@ -87,7 +87,7 @@
<value>DICT_THES</value>
</prop>
<prop oor:name="Locales" oor:type="oor:string-list">
- <value>en-GB en-US en-PH en-ZA en-NA en-ZW en-AU en-CA en-IE en-IN en-BZ en-BS en-GH en-JM en-MW en-NZ en-TT</value>
+ <value>en-GB en-US en-PH en-ZA en-NA en-ZW en-AU en-CA en-IE en-IL en-IN en-BZ en-BS en-GH en-JM en-MW en-NZ en-TT</value>
</prop>
</node>
</node>
diff --git a/en/pythonpath/lightproof_impl_en.py b/en/pythonpath/lightproof_impl_en.py
index 264b73b..9f4729b 100644
--- a/en/pythonpath/lightproof_impl_en.py
+++ b/en/pythonpath/lightproof_impl_en.py
@@ -5,7 +5,7 @@ from com.sun.star.beans import PropertyValue
pkg = "en"
lang = "en"
-locales = {'en-GB': ['en', 'GB', ''], 'en-ZW': ['en', 'ZW', ''], 'en-PH': ['en', 'PH', ''], 'en-TT': ['en', 'TT', ''], 'en-BZ': ['en', 'BZ', ''], 'en-NA': ['en', 'NA', ''], 'en-IE': ['en', 'IE', ''], 'en-GH': ['en', 'GH', ''], 'en-US': ['en', 'US', ''], 'en-IN': ['en', 'IN', ''], 'en-BS': ['en', 'BS', ''], 'en-JM': ['en', 'JM', ''], 'en-AU': ['en', 'AU', ''], 'en-NZ': ['en', 'NZ', ''], 'en-ZA': ['en', 'ZA', ''], 'en-CA': ['en', 'CA', '']}
+locales = {'en-GB': ['en', 'GB', ''], 'en-ZW': ['en', 'ZW', ''], 'en-PH': ['en', 'PH', ''], 'en-TT': ['en', 'TT', ''], 'en-BZ': ['en', 'BZ', ''], 'en-NA': ['en', 'NA', ''], 'en-IE': ['en', 'IE', ''], 'en-IL': ['en', 'IL', ''], 'en-GH': ['en', 'GH', ''], 'en-US': ['en', 'US', ''], 'en-IN': ['en', 'IN', ''], 'en-BS': ['en', 'BS', ''], 'en-JM': ['en', 'JM', ''], 'en-AU': ['en', 'AU', ''], 'en-NZ': ['en', 'NZ', ''], 'en-ZA': ['en', 'ZA', ''], 'en-CA': ['en', 'CA', '']}
version = "0.4.3"
author = "László Németh"
name = "Lightproof grammar checker (English)"