Hi, On Sun, Oct 19, 2008 at 23:27, Hagar de l'Est wrote: > > Interesting! I'd tried to do the same modification but couldn't manage > because there are several places where the information is stored (see end of > that thread: > http://user.services.openoffice.org/en/forum/viewtopic.php?f=6&t=8029 ).
Done (and noted for later ...). :-) > Perhaps the trick is to disable the extension first. IMHO that's the point. I could also remove the locale en_ZA (and en_ZA.dic, en_ZA.aff etc.) in the same way. The edited dictionaries.xcu -> <?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_en-GB" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> <value>%origin%/en_GB.aff %origin%/en_GB.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>en-GB</value> </prop> </node> <node oor:name="HunSpellDic_en-US" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> <value>%origin%/en_US.aff %origin%/en_US.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>en-US</value> </prop> </node> <node oor:name="HyphDic_en-GB" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> <value>%origin%/hyph_en_GB.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>en-GB en-US</value> </prop> </node> <node oor:name="ThesDic_en-US" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> <value>%origin%/th_en_US_v2.dat</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>en-GB en-US</value> </prop> </node> </node> </node> </oor:component-data> But - I'm quite sure - an update will restore the removed locales. Manfred -- Year of 3 / Week of 3 <http://www.mealldubh.org/index.php/2008/10/19/year-of-3-week-of-3/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
