You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.7 KiB
44 lines
1.7 KiB
local L = BigWigs:NewBossLocale("Horrific Vision of Orgrimmar Trash", "esES") or BigWigs:NewBossLocale("Horrific Vision of Orgrimmar Trash", "esMX")
|
|
if not L then return end
|
|
if L then
|
|
L.voidbound_shaman = "Chamán ligado al Vacío"
|
|
L.crawling_corruption = "Corrupción trepadora"
|
|
L.voidbound_honor_guard = "Guardia de honor ligado al Vacío"
|
|
L.voidbound_shieldbearer = "Portaescudos ligado al Vacío"
|
|
L.decimator_shiqvoth = "Diezmador Shiq'voth"
|
|
L.voidbound_berserker = "Rabioso ligado al Vacío"
|
|
L.greater_void_elemental = "Elemental del Vacío superior"
|
|
L.annihilator_lakhal = "Aniquilador Lak'hal"
|
|
L.kthir_dominator = "Dominador k'thir"
|
|
L.kthir_mindcarver = "Trinchamentes k'thir"
|
|
L.coagulated_horror = "Horror coagulado"
|
|
L.voidcrazed_hulk = "Mole trastornada por el Vacío"
|
|
L.misha = "Misha"
|
|
L.aqir_bonecrusher = "Machacahuesos aqir"
|
|
L.aqir_venomweaver = "Tejeveneno aqir"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Thrall", "esES") or BigWigs:NewBossLocale("Thrall", "esMX")
|
|
if L then
|
|
L.thrall = "Thrall"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Oblivion Elemental", "esES") or BigWigs:NewBossLocale("Oblivion Elemental", "esMX")
|
|
if L then
|
|
L.oblivion_elemental = "Elemental del olvido"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Inquisitor Gnshal", "esES") or BigWigs:NewBossLocale("Inquisitor Gnshal", "esMX")
|
|
if L then
|
|
L.inquisitor_gnshal = "Inquisidor Gnshal"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Vez'okk the Lightless", "esES") or BigWigs:NewBossLocale("Vez'okk the Lightless", "esMX")
|
|
if L then
|
|
L.vezokk = "Vez'okk el Lóbrego"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Rexxar", "esES") or BigWigs:NewBossLocale("Rexxar", "esMX")
|
|
if L then
|
|
L.rexxar = "Rexxar"
|
|
end
|
|
|