themagoo wrote:Can you make a really quick translation ?
priest = prêtre
druid = druide
shaman = chaman
warrior = guerrier
mage = mage
warlock = démoniste
hunter = chasseur
paladin = paladin
rogue = voleur
Thx !
i will fix this at weekend
themagoo wrote:Can you make a really quick translation ?
priest = prêtre
druid = druide
shaman = chaman
warrior = guerrier
mage = mage
warlock = démoniste
hunter = chasseur
paladin = paladin
rogue = voleur
Thx !
|
Renew wrote:themagoo wrote:Can you make a really quick translation ?
priest = prêtre
druid = druide
shaman = chaman
warrior = guerrier
mage = mage
warlock = démoniste
hunter = chasseur
paladin = paladin
rogue = voleur
Thx !
i will fix this at weekend
local localization = {
["enUS"] = {
["priest"] = "priest",
["druid"] = "druid",
["shaman"] = "shaman",
["warrior"] = "warrior",
["mage"] = "mage",
["warlock"] = "warlock",
["hunter"] = "hunter",
["paladin"] = "paladin",
["rogue"] = "rogue",
},
["frFR"] = {
["priest"] = "prêtre",
["druid"] = "druide",
["shaman"] = "chaman",
["warrior"] = "guerrier",
["mage"] = "mage",
["warlock"] = "démoniste",
["hunter"] = "chasseur",
["paladin"] = "paladin",
["rogue"] = "voleur",
},
--etc..
}
local locale = GetLocale();
local _L = localization[locale] or localization["enUS"];
return _L["rogue"];
|
|
Schoof wrote:Np man. It's an amazing addon as it is.
Can you also post the healing assignments to the raid? Or am I missing something.
|
Renew wrote:Schoof wrote:Np man. It's an amazing addon as it is.
Can you also post the healing assignments to the raid? Or am I missing something.
you can fill "r" as channel...
also "p" for grp and "s" for say
kelona wrote:This addon is fantastic.
Where are you in translating for us poor French ?!
|