Hi
Massimeddu
Hi Lingucomponent Project, I'm developing an extension for OOo 3 for Sardinian spell checker. I would like put in the same extension 2 spell checker for the two writing standards of sardinian (LSC and GSC). So, in the dictionaries.xcu I put this lines: [...] <node oor:name="HunSpellDic_sc_gsc" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> <value>%origin%/sc_gsc/sc-GSC.aff %origin%/sc_gsc/sc-GSC.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>sc-GSC</value> </prop> </node> <node oor:name="HunSpellDic_sc_lsc" oor:op="fuse"> <prop oor:name="Locations" oor:type="oor:string-list"> <value>%origin%/sc_lsc/sc-LSC.aff %origin%/sc_lsc/sc-LSC.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>sc-LSC</value> </prop> </node> [...] So, the extension successfully install, but the two dictionaries are merged (are correct at the same time the words generated by the first and the second dictionary), but I would can choose between the two standards (as for English (US) and English (UK) ). How I can fix it?
From the lines above it looks correct and I do not see any reason for it to fail.
Can you mail me the extension? I will then have a look at the rest of it. Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lingucomponent.openoffice.org For additional commands, e-mail: dev-h...@lingucomponent.openoffice.org