diff options
author | Giovanni Caligaris <giovannicaligaris@gmail.com> | 2016-12-12 12:01:01 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2016-12-27 15:54:26 +0000 |
commit | 4ca949b4cb3b783ea30a266f03e35f72069b296e (patch) | |
tree | 5054b4a8240fb905574c51e703436bac88bb10b7 /gug/dictionaries.xcu | |
parent | 499d730b4e1209149a566ef0f7bbb046bc403a98 (diff) |
Guarani spell checker and thesaurus.
Added spell-checker files aff/dic
Change-Id: I425f119558926a3fa71c5b27f4488ce4076d4407
Signed-off-by: Olivier Hallot <ohallot@collabora.co.uk>
Reviewed-on: https://gerrit.libreoffice.org/31904
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'gug/dictionaries.xcu')
-rw-r--r-- | gug/dictionaries.xcu | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gug/dictionaries.xcu b/gug/dictionaries.xcu index 5a6a2eb..fe79b15 100644 --- a/gug/dictionaries.xcu +++ b/gug/dictionaries.xcu @@ -2,6 +2,17 @@ <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_gug_PY" oor:op="fuse"> + <prop oor:name="Locations" oor:type="oor:string-list"> + <value>%origin%/gug.aff %origin%/gug.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>gug-PY</value> + </prop> + </node> <node oor:name="ThesDic_gug_PY" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> <value>%origin%/th_gug_PY.dat %origin%/th_gug_PY.idx</value> |