So I discover that the reg chain for the french detection of regen mana wasn't working.
Here is the good code for the french version :
- Code: Select all
// Definition for item tooltip coloring
$wordings['frFR']['tooltip_use']='Utiliser';
$wordings['frFR']['tooltip_requires']='Niveau';
$wordings['frFR']['tooltip_reinforced']='renforcée';
$wordings['frFR']['tooltip_soulbound']='Lié';
$wordings['frFR']['tooltip_boe']='Lié quand équipé';
$wordings['frFR']['tooltip_equip']='Équipé';
$wordings['frFR']['tooltip_equip_restores']='Équipé : Rend';
$wordings['frFR']['tooltip_equip_when']='Équipé : Lorsque';
$wordings['frFR']['tooltip_chance']='Chance';
$wordings['frFR']['tooltip_enchant']='Enchantement';
$wordings['frFR']['tooltip_set']='Set';
$wordings['frFR']['tooltip_rank']='Rang';
$wordings['frFR']['tooltip_next_rank']='Prochain rang';
$wordings['frFR']['tooltip_spell_damage']='les dégâts et les soins produits par les sorts et effets magiques';
$wordings['frFR']['tooltip_school_damage']='les dégâts infligés par les sorts et effets';
$wordings['frFR']['tooltip_healing_power']='les soins prodigués par les sorts et effets';
$wordings['frFR']['tooltip_chance_hit']='Chances quand touché :';
$wordings['frFR']['tooltip_reinforced_armor']='Armure renforcée';
$wordings['frFR']['tooltip_damage_reduction']='Réduit les points de dégâts';
it looks like that in 'Équipé : Rend' and 'Équipé : Lorsque' the character just before ':' is a space. And not. Even in the text above, my browser use the space.
So 2 solutions :
1 - open you CP.lua file in a UTF-8 friendly software and copy/paste from an example. If your software doesn't detect the character between 'é' and ':' as something different than a space.
2 - use the file that I provide below.