[Libreoffice-commits] dictionaries.git: sr/dictionaries.xcu

Eike Rathke erack at redhat.com
Mon Sep 23 05:36:45 PDT 2013


 sr/dictionaries.xcu |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit fb0e2de0bafbac018f65bddcbcd23481af959156
Author: Eike Rathke <erack at redhat.com>
Date:   Mon Sep 23 14:32:54 2013 +0200

    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

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>


More information about the Libreoffice-commits mailing list