diff options
author | Eike Rathke <erack@redhat.com> | 2013-09-23 14:32:54 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-09-23 14:32:54 +0200 |
commit | fb0e2de0bafbac018f65bddcbcd23481af959156 (patch) | |
tree | ceedd6c9314cef4ae9d723880401560b28466759 | |
parent | b07ae33b0d25e33bf890fab8fbcd3317506bbeae (diff) |
removed *-ME and *-BA not supported by the dictionary
As requested per mail from Goran Rakic:
It may be better to remove sr-*-ME and sr-*-BA from
libreoffice/dictionaries/sr/dictionaries.xcu as they are not supported by
the dictionary/hyphenation. This dictionary standardizes on ekavian
dialect, as it is commonly spoken in Serbia, while speakers of Serbian
language in Bosnia or Montenegro would use the ijekavian dialect.
Change-Id: If1cff670beb79b75318ad52e05b77a1fde3d5d74
-rw-r--r-- | sr/dictionaries.xcu | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sr/dictionaries.xcu b/sr/dictionaries.xcu index d05980f..b01ebd0 100644 --- a/sr/dictionaries.xcu +++ b/sr/dictionaries.xcu @@ -10,7 +10,7 @@ <value>DICT_SPELL</value> </prop> <prop oor:name="Locales" oor:type="oor:string-list"> - <value>sr-RS sr-ME sr-BA sr-CS</value> + <value>sr-RS sr-CS</value> </prop> </node> <node oor:name="HunSpellDic_sr_Latn" oor:op="fuse"> @@ -21,7 +21,7 @@ <value>DICT_SPELL</value> </prop> <prop oor:name="Locales" oor:type="oor:string-list"> - <value>sr-Latn-RS sr-Latn-ME sr-Latn-BA sr-Latn-CS</value> + <value>sr-Latn-RS sr-Latn-CS</value> </prop> </node> <node oor:name="HyphDic_sr" oor:op="fuse"> @@ -32,7 +32,7 @@ <value>DICT_HYPH</value> </prop> <prop oor:name="Locales" oor:type="oor:string-list"> - <value>sr-RS sr-ME sr-BA sr-CS</value> + <value>sr-RS sr-CS</value> </prop> </node> <node oor:name="HyphDic_sr_Latn" oor:op="fuse"> @@ -43,7 +43,7 @@ <value>DICT_HYPH</value> </prop> <prop oor:name="Locales" oor:type="oor:string-list"> - <value>sr-Latn-RS sr-Latn-ME sr-Latn-BA sr-Latn-CS</value> + <value>sr-Latn-RS sr-Latn-CS</value> </prop> </node> </node> |