diff options
Diffstat (limited to 'en')
-rw-r--r-- | en/Linguistic.xcu | 2 | ||||
-rw-r--r-- | en/dictionaries.xcu | 6 | ||||
-rw-r--r-- | en/pythonpath/lightproof_impl_en.py | 2 |
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)" |