https://bugs.documentfoundation.org/show_bug.cgi?id=163231
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Julien Nabet <[email protected]> --- BTW, I forgot to tell I took a look at Spanish part and here are some relevant parts 1) When it's common between all sublanguages: 258 <node oor:name="HyphDic_es" oor:op="fuse"> 259 <prop oor:name="Locations" oor:type="oor:string-list"> 260 <value>%origin%/hyph_es.dic</value> 261 </prop> 262 <prop oor:name="Format" oor:type="xs:string"> 263 <value>DICT_HYPH</value> 264 </prop> 265 <prop oor:name="Locales" oor:type="oor:string-list"> 266 <value>es-AR es-BO es-CL es-CO es-CR es-CU es-DO es-EC es-ES es-GQ es-GT es-HN es-MX es-NI es-PA es-PE es-PH es-PR es-PY es-SV es-US es-UY es-VE</value> 267 </prop> 268 </node> 2) When there are some differences between sublanguages, ... 148 <node oor:name="HunSpellDic_es_NI" oor:op="fuse"> 149 <prop oor:name="Locations" oor:type="oor:string-list"> 150 <value>%origin%/es_NI.aff %origin%/es_NI.dic</value> 151 </prop> 152 <prop oor:name="Format" oor:type="xs:string"> 153 <value>DICT_SPELL</value> 154 </prop> 155 <prop oor:name="Locales" oor:type="oor:string-list"> 156 <value>es-NI</value> 157 </prop> 158 </node> 159 <node oor:name="HunSpellDic_es_PA" oor:op="fuse"> 160 <prop oor:name="Locations" oor:type="oor:string-list"> 161 <value>%origin%/es_PA.aff %origin%/es_PA.dic</value> 162 </prop> 163 <prop oor:name="Format" oor:type="xs:string"> 164 <value>DICT_SPELL</value> 165 </prop> 166 <prop oor:name="Locales" oor:type="oor:string-list"> 167 <value>es-PA</value> 168 </prop> 169 </node> ... -- You are receiving this mail because: You are the assignee for the bug.
