diff options
author | Björgvin Ragnarsson <nifgraup@gmail.com> | 2013-05-12 00:05:51 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-05-12 05:24:00 +0000 |
commit | 4011efefecd48df593d358a304543ef4a8f9868d (patch) | |
tree | d00cd6b499bc815cef4459c64bb302db3b6e8888 /is/dictionaries.xcu | |
parent | 61644291cba7f6f8dd7e194f5abbe0b0e146a321 (diff) |
add Icelandic Hunspell dictionary
Change-Id: I0fbeeef722f4360831af034c27c9b4213e2f8834
Reviewed-on: https://gerrit.libreoffice.org/3859
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'is/dictionaries.xcu')
-rw-r--r-- | is/dictionaries.xcu | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/is/dictionaries.xcu b/is/dictionaries.xcu new file mode 100644 index 0000000..5c6d774 --- /dev/null +++ b/is/dictionaries.xcu @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Linguistic" oor:package="org.openoffice.Office"> + <node oor:name="ServiceManager"> + <node oor:name="Dictionaries"> + <node oor:name="HunSpellDic_is" oor:op="fuse"> + <prop oor:name="Locations" oor:type="oor:string-list"> + <value>%origin%/is.aff %origin%/is.dic</value> + </prop> + <prop oor:name="Format" oor:type="xs:string"> + <value>DICT_SPELL</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> + </prop> + <prop oor:name="Format" oor:type="xs:string"> + <value>DICT_THES</value> + </prop> + <prop oor:name="Locales" oor:type="oor:string-list"> + <value>is is-IS</value> + </prop> + </node> + </node> + </node> +</oor:component-data> |