diff options
-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> |