Skip to content

Commit

Permalink
Update localization.mx.lua (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
anon1231823 authored Dec 10, 2023
1 parent 0083266 commit 2077d56
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions DBM-Raids-Vanilla/localization.mx.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1096,3 +1096,86 @@ L:SetWarningLocalization({
L:SetTimerLocalization({
TimerPhase2 = "Fase 2"
})

---------------------------
-- Season of Discovery --
---------------------------

---------------------------
-- Blackfathom Deeps --
---------------------------

------------------
-- Baron Aquanis --
------------------
L = DBM:GetModLocalization("BaronAuanisSoD")

L:SetGeneralLocalization({
name = "Barón Aquanis"
})

L:SetMiscLocalization({
Water = "Agua"
})

------------------
-- Ghamoo-ra --
------------------
L = DBM:GetModLocalization("GhamooraSoD")

L:SetGeneralLocalization({
name = "Ghamoo-ra"
})

------------------
-- Lady Sarevess --
------------------
L = DBM:GetModLocalization("LadySarevessSoD")

L:SetGeneralLocalization({
name = "Lady Sarevess"
})

------------------
-- Gelihast --
------------------
L = DBM:GetModLocalization("GelihastSoD")

L:SetGeneralLocalization({
name = "Gelihast"
})

------------------
-- Lorgus Jett --
------------------
L = DBM:GetModLocalization("LorgusJettSoD")

L:SetGeneralLocalization({
name = "Lorgus Jett"
})

L:SetWarningLocalization({
warnPriestRemaining = "%s Sacerdotisas restantes"
})

L:SetOptionLocalization({
warnPriestRemaining = "Anunciar cuántas Sacerdotisas de las mareas Brazanegra están restantes."
})

------------------
-- Twilight Lord Kelris --
------------------
L = DBM:GetModLocalization("TwilightLordKelrisSoD")

L:SetGeneralLocalization({
name = "Señor Crepuscular Kelris"
})

------------------
-- Aku'mai --
------------------
L = DBM:GetModLocalization("AkumaiSoD")

L:SetGeneralLocalization({
name = "Aku'mai"
})

0 comments on commit 2077d56

Please sign in to comment.