Page 3 of 4

Re: [Addon] Vanilla Healing Assignments

PostPosted: Mon Nov 09, 2015 3:53 pm
by Renew
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 ! :D


i will fix this at weekend :)

Re: [Addon] Vanilla Healing Assignments

PostPosted: Mon Nov 09, 2015 5:12 pm
by themagoo
Thanks a lot dude !

Re: [Addon] Vanilla Healing Assignments

PostPosted: Tue Nov 17, 2015 8:41 am
by themagoo
bump !

Re: [Addon] Vanilla Healing Assignments

PostPosted: Mon Dec 28, 2015 12:39 am
by SSJSketch
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 ! :D


i will fix this at weekend :)


Code: Select all
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"];


Should be something along those lines, to implement localization's.

Re: [Addon] Vanilla Healing Assignments

PostPosted: Sat Jan 02, 2016 11:38 pm
by Renew
Sorry guys, i was kinda distracted :/

I will try to fix/add some things soon...

Re: [Addon] Vanilla Healing Assignments

PostPosted: Sat Feb 06, 2016 12:52 pm
by Schoof
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.

Re: [Addon] Vanilla Healing Assignments

PostPosted: Sat Feb 06, 2016 5:06 pm
by Renew
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 :)

Re: [Addon] Vanilla Healing Assignments

PostPosted: Sun Feb 07, 2016 8:24 pm
by Schoof
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 :)


Aha, thank you! :)

Re: [Addon] Vanilla Healing Assignments

PostPosted: Sun Mar 06, 2016 7:00 am
by kelona
This addon is fantastic.
Where are you in translating for us poor French ?!

Re: [Addon] Vanilla Healing Assignments

PostPosted: Mon Mar 07, 2016 11:01 am
by Renew
kelona wrote:This addon is fantastic.
Where are you in translating for us poor French ?!


i fixed it, so it can be used by any client now! Death Warnings may not work thou!

please test it on a french or other client to make sure it work :)

version 2.1.7 it is