Skip to content

Commit

Permalink
Update localization.de.lua (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
anon1231823 authored Oct 2, 2024
1 parent a3a763b commit ec9ad66
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions DBM-Party-Vanilla/Classic/localization.de.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1535,3 +1535,63 @@ L = DBM:GetModLocalization(489)
L:SetGeneralLocalization{
name = "Häuptling Ukorz Sandwüter"
}

-----------------------------
--Demon Fall Canyon
-----------------------------
-- Grimroot --
-----------------------------
L = DBM:GetModLocalization("Grimroot")

L:SetGeneralLocalization{
name = "Grimmwurzel"
}

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

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

L:SetGeneralLocalization{
name = "Gespenst des Zerstörers"
}
-----------------------------
-- 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 = "Höllschreis Phantom"
}

0 comments on commit ec9ad66

Please sign in to comment.