There are some missing items in the 1.7.1 frFR.php localization file:
1- For the poison icons to be displayed in the recipe, you will have to add a line in the $wordings['frFR']['ts_iconArray'] array to have:
- Code: Select all
'Poisons'=>'Ability_Poisons'
2- There will be missing the specific class mount icons (for Paladin and Warlock) as soon as my fix will be fully integrated in 1.7.1:
a- if you don't add a line after the line:
- Code: Select all
$wordings['frFR']['PvPRankNone']='None';
add:
- Code: Select all
$wordings['frFR']['Riding'] = 'Monte';
b- if you don't add in the $wordings['frFR']['ts_ridingIcon'] array the 2 lines:
- Code: Select all
'Paladin'=>'Ability_Mount_Dreadsteed',
'Démoniste'=>'Ability_Mount_NightmareHorse'
I will also create a topic for the Roster 1.7.1 to modify the memberlist.php so that:
1- The ability Riding is correclty handled in multilanguage.
2- The specificity of the Paladin and Warlock.
Regards.