Hi,

Dmitri Gabinski wrote :

I also use two dictionaries for Russian — standard ru_RU_yo and my personal one, both functioning well. I've also packed them both into an extension for 3.0 — equally good.

I can't figure out why what works for Russian doesn't work for French.
:(

I downloaded the russian extension and look its inside, and I don't see much differences with what I did.

Except the file dictionaries.xcu, did you change something else?

Russian:

<node oor:name="HunSpellDic_ruRU" oor:op="fuse">
    <prop oor:name="Locations" oor:type="oor:string-list">
        <value>%origin%/ru_RU.aff %origin%/ru_RU.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>ru-RU</value>
    </prop>
</node>
<node oor:name="HunSpellDic_ruRU_yo" oor:op="fuse">
    <prop oor:name="Locations" oor:type="oor:string-list">
        <value>%origin%/ru_RU_yo.aff %origin%/ru_RU_yo.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>ru-RU</value>
    </prop>
</node>


French:

<node oor:name="HunSpellDic_fr_FR-Classique-et-Reforme1990" oor:op="fuse">
    <prop oor:name="Locations" oor:type="oor:string-list">
        <value>%origin%/fr_FR.aff %origin%/fr_FR.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>fr-FR fr-BE fr-CA fr-CH fr-LU fr-MC</value>
    </prop>
</node>
<node oor:name="HunSpellDic_fr_FR-perso" oor:op="fuse">
    <prop oor:name="Locations" oor:type="oor:string-list">
        <value>%origin%/perso.aff %origin%/perso.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>fr-FR fr-BE fr-CA fr-CH fr-LU fr-MC</value>
    </prop>
</node>

Best regards
Olivier

--

== N'écrivez pas à cette adresse. Réservée aux listes de discussion. ==
** Do not reply at this address. Mailing-list only. **


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to