diff options
author | Björgvin Ragnarsson <nifgraup@gmail.com> | 2015-09-14 01:40:43 +0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-15 14:16:59 +0000 |
commit | 6eb65b46c58dd0b2a83a6c767cfd60f7f29968f7 (patch) | |
tree | ac564824da820ab91d469b534e4f5c4d6c5e767a /is/dictionaries.xcu | |
parent | 40ab637125f31ca5e1a8c174e7e204ae1db2cc1e (diff) |
Add Icelandic hyphenation rules
Rules come with a CC BY 4.0 license and are downloadable at
http://malfong.is/index.php?lang=en&pg=hyphen
Change-Id: I994ab86cf0a3bb31b0f8b7e9df7ab6611beafe91
Reviewed-on: https://gerrit.libreoffice.org/18554
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'is/dictionaries.xcu')
-rw-r--r-- | is/dictionaries.xcu | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/is/dictionaries.xcu b/is/dictionaries.xcu index 5c6d774..f20096d 100644 --- a/is/dictionaries.xcu +++ b/is/dictionaries.xcu @@ -13,6 +13,17 @@ <value>is is-IS</value> </prop> </node> + <node oor:name="HyphDic_is" oor:op="fuse"> + <prop oor:name="Locations" oor:type="oor:string-list"> + <value>%origin%/hyph_is.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>is is-IS</value> + </prop> + </node> <node oor:name="ThesDic_is" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> <value>%origin%/th_is.dat %origin%/th_is.idx</value> |