[Libreoffice-commits] dictionaries.git: id/description.xml id/dictionaries.xcu

Ali Ahmadi idnux09 at gmail.com
Tue Jul 3 15:53:09 UTC 2018


 id/description.xml  |    2 +-
 id/dictionaries.xcu |   11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit 43f9b34b3bf68f252a68827adf59a7f9a4b4d935
Author: Ali Ahmadi <idnux09 at gmail.com>
Date:   Mon Jul 2 17:00:25 2018 +0700

    add hyphenation metadata to id/description.xml and id/dictionaries.xcu
    
    Change-Id: I81d9dcec76a28e35d650b8f19094bd47e9bc88cd
    Reviewed-on: https://gerrit.libreoffice.org/56804
    Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
    Tested-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>

diff --git a/id/description.xml b/id/description.xml
index 048f7b1..2b36454 100644
--- a/id/description.xml
+++ b/id/description.xml
@@ -3,7 +3,7 @@
     <version value="2018.03.08" />
     <identifier value="org.openoffice.id.hunspell.dictionaries" />
     <display-name>
-        <name lang="en-US">Indonesian spelling dictionary and thesaurus</name>
+        <name lang="en-US">Indonesian spelling dictionary, hyphenation rules, and thesaurus</name>
     </display-name>
     <platform value="all" />
     <dependencies>
diff --git a/id/dictionaries.xcu b/id/dictionaries.xcu
index abcfd2b..6040016 100644
--- a/id/dictionaries.xcu
+++ b/id/dictionaries.xcu
@@ -13,6 +13,17 @@
                 <value>id-ID</value>
             </prop>
         </node>
+        <node oor:name="HyphDic_id-ID" oor:op="fuse">
+            <prop oor:name="Locations" oor:type="oor:string-list">
+                <value>%origin%/hyph_id_ID.dic</value>
+            </prop>
+            <prop oor:name="Format" oor:type="xs:string">
+                <value>DICT_HYPH</value>
+            </prop>
+            <prop oor:name="Locales" oor:type="oor:string-list">
+                <value>id-ID</value>
+            </prop>
+        </node>
         <node oor:name="ThesDic_id-ID" oor:op="fuse">
             <prop oor:name="Locations" oor:type="oor:string-list">
                 <value>%origin%/th_id_ID_v2.dat %origin%/th_id_ID_v2.idx</value>


More information about the Libreoffice-commits mailing list