diff options
Diffstat (limited to 'gl/dictionaries.xcu')
-rw-r--r-- | gl/dictionaries.xcu | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/gl/dictionaries.xcu b/gl/dictionaries.xcu index d4e66fd..8e06b05 100644 --- a/gl/dictionaries.xcu +++ b/gl/dictionaries.xcu @@ -2,7 +2,7 @@ <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_gl_RAG" oor:op="fuse"> + <node oor:name="HunSpellDic_gl" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> <value>%origin%/gl_ES.aff %origin%/gl_ES.dic</value> </prop> @@ -10,7 +10,29 @@ <value>DICT_SPELL</value> </prop> <prop oor:name="Locales" oor:type="oor:string-list"> - <value>gl-ES</value> + <value>gl gl-ES</value> + </prop> + </node> + <node oor:name="HyphDic_gl" oor:op="fuse"> + <prop oor:name="Locations" oor:type="oor:string-list"> + <value>%origin%/hyph_gl.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>gl gl-ES</value> + </prop> + </node> + <node oor:name="ThesDic_gl" oor:op="fuse"> + <prop oor:name="Locations" oor:type="oor:string-list"> + <value>%origin%/thesaurus_gl.dat %origin%/thesaurus_gl.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>gl gl-ES</value> </prop> </node> </node> |