Rank Watcher & Upranker: HintMeRank

Rank Watcher & Upranker: HintMeRank

15.1k Downloads

French translations.

Telepathique opened this issue · 3 comments

commented

Hi i am Chassemoss from auberdine european server and here is the French translation :
File name : HintMeRank_CLASSIC.lua

  • added the line i18n\fr.lua
## SavedVariablesPerCharacter: NotificationDelay, SpellIgnoreList
## Title: HintMeRank
## Version: 3.3.1
## Notes: Informs you about the use of outranked spells and adds an analysis window for outranked spells on your actionbars.
## Author: shadowgrind

funcs.lua

Classes\vanilla\druid.lua
Classes\vanilla\hunter.lua
Classes\vanilla\paladin.lua
Classes\vanilla\warlock.lua
Classes\vanilla\mage.lua
Classes\vanilla\warrior.lua
Classes\vanilla\shaman.lua
Classes\vanilla\priest.lua
Classes\vanilla\rogue.lua

i18n\de.lua
i18n\en.lua
i18n\fr.lua

UI_InfoFrame.lua

HintMeRank.lua

File name ; HintMeRank_WRATH.lua

  • added the line i18n\fr.lua
## SavedVariablesPerCharacter: NotificationDelay, SpellIgnoreList
## Title: HintMeRank
## Version: 3.3.1
## Notes: Informs you about the use of outranked spells and adds an analysis window for outranked spells on your actionbars.
## Author: shadowgrind

funcs.lua

Classes\wotlk\druid.lua
Classes\wotlk\hunter.lua
Classes\wotlk\paladin.lua
Classes\wotlk\warlock.lua
Classes\wotlk\mage.lua
Classes\wotlk\warrior.lua
Classes\wotlk\shaman.lua
Classes\wotlk\priest.lua
Classes\wotlk\rogue.lua
Classes\wotlk\deathknight.lua

i18n\de.lua
i18n\en.lua
i18n\fr.lua

UI_InfoFrame.lua

HintMeRank.lua```

Folder HintMeRank\i18n
- Added fr.lua
```local lang = GetLocale()

--if (lang ~= "enGB" and lang ~= "enUS" and lang ~= "frFR") then
if (lang == "deDE") then
    return
end

i18n = {
    ["all spells on max rank"] = "Tous les sorts sur vos barres d'action sont au rang maximum !",
    ["uprank failed because spell not learned"] = "|cffFF0000Ce sort ne peut pas être amélioré car vous n'avez pas encore appris le nouveau rang. Veuillez consulter un entraineur et réessayer.|r",
    ["uprank successful"] = "%s |cffFF0000%s|r amélioré avec succès vers %s |cff00FF00%s|r!",
    ["outranked spell used chat"] = "  %s |cffFF0000%s|r used.\nRang maximum disponible pour vous au  |cffFF0000niveau %d|r is:\n%s |cffFF0000%s|r!",
    ["outranked spell used fading"] = "%s |cffFF0000%s|r used.\nRang maximum disponible pour vous au  |cffFF0000niveau %d|r is |cffFF0000%s|r!",
    ["info row chunks"] = {
        "peu être amélioré vers",
        "",
        "AMELIORER",
        "APPRENDRE"
    },
    ["uprank all"] = "Améliorer tout"
}```
- modified i18n.lua 
```de.lua
en.lua
fr.lua```

![allspellupgraded](https://github.com/serjoscha87/HintMeRank/assets/30240088/dc784902-ec97-40a1-bccf-a8bd0741d3ab)
![spellcanbeup](https://github.com/serjoscha87/HintMeRank/assets/30240088/be9e7e4e-54a5-47c1-bf20-93b1d92fe6cd)
commented

HintMeRank.zip
here is the translated version integrally

commented

thank you very much for your contribution!

I will be uploading the new archive to curse this evening