Skip to content

Commit

Permalink
Update localization.es.lua (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
anon1231823 authored Jan 25, 2025
1 parent d5ae093 commit d8e3249
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions DBM-Party-Vanilla/Classic/localization.es.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1532,3 +1532,62 @@ L = DBM:GetModLocalization(489)
L:SetGeneralLocalization{
name = "Jefe Ukorz Cabellarena"
}
-----------------------------
--Demon Fall Canyon
-----------------------------
-- Grimroot --
-----------------------------
L = DBM:GetModLocalization("Grimroot")

L:SetGeneralLocalization{
name = "Sombrirraíz"
}

-----------------------------
-- Diathorus the Seeker --
-----------------------------
L = DBM:GetModLocalization("Diathorus")

L:SetGeneralLocalization{
name = "Diathorus el Buscador"
}
-----------------------------
-- Destructor's Wraith --
-----------------------------
L = DBM:GetModLocalization("DestructorsWraith")

L:SetGeneralLocalization{
name = "Ánima del Destructor"
}
-----------------------------
-- Zilbagob --
-----------------------------
L = DBM:GetModLocalization("Zilbagob")

L:SetGeneralLocalization{
name = "Zilbagob"
}
-----------------------------
-- Azgaloth --
-----------------------------
L = DBM:GetModLocalization("Azgaloth")

L:SetGeneralLocalization{
name = "Azgaloth"
}
-----------------------------
-- Pyranis --
-----------------------------
L = DBM:GetModLocalization("Pyranis")

L:SetGeneralLocalization{
name = "Pyranis"
}
-----------------------------
-- Hellscream's Phantom --
-----------------------------
L = DBM:GetModLocalization("HellscreamsPhantom")

L:SetGeneralLocalization{
name = "Espectro de Grito Infernal"
}

0 comments on commit d8e3249

Please sign in to comment.