Skip to content

Commit

Permalink
add hyphenation metadata to id/description.xml and id/dictionaries.xcu
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
idnux authored and cloph committed Jul 3, 2018
1 parent 2180c26 commit 43f9b34
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion id/description.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
11 changes: 11 additions & 0 deletions id/dictionaries.xcu
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 43f9b34

Please sign in to comment.