diff options
author | Ali Ahmadi <idnux09@gmail.com> | 2018-07-02 17:00:25 +0700 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2018-07-03 17:52:50 +0200 |
commit | 43f9b34b3bf68f252a68827adf59a7f9a4b4d935 (patch) | |
tree | 43927a42cbfa505592e8026535270dda3053e590 | |
parent | 2180c26eabeda8ed3315bc04acd0dd4fc3246736 (diff) |
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@googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-rw-r--r-- | id/description.xml | 2 | ||||
-rw-r--r-- | id/dictionaries.xcu | 11 |
2 files changed, 12 insertions, 1 deletions
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> |