Skip to content

Commit

Permalink
Add deDE locale from EnSabahNur @ WoWI
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkub committed Sep 4, 2008
1 parent 9efafc7 commit 17c4517
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion Rawr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@
-- Localization --
----------------------------

local L = {
local locale = GetLocale()
local L = locale == "deDE" and {
["Illusion: Black Dragonkin"] = "Illusion: Schwarzer Drachkin",
["Furbolg Form"] = "Furbolggestalt",
["Bear Form"] = "B\195\164rengestalt",
["Dire Bear Form"] = "Terrorb\195\164rengestalt",
["Cat Form"] = "Katzengestalt",
["Travel Form"] = "Reisegestalt",
["Moonkin Form"] = "Mondkingestalt",
["Ghost Wolf"] = "Geisterwolf",
["Baum des Lebens"] = "Baum des Lebens",
} or {
emote = "You roar with bestial vigor",
["Illusion: Black Dragonkin"] = "Illusion: Black Dragonkin",
["Furbolg Form"] = "Furbolg Form",
Expand All @@ -14,6 +25,7 @@ local L = {
["Travel Form"] = "Travel Form",
["Moonkin Form"] = "Moonkin Form",
["Ghost Wolf"] = "Ghost Wolf",
["Tree of Life"] = "Tree of Life",
}


Expand Down Expand Up @@ -42,6 +54,7 @@ local buffs = {
[L["Ghost Wolf"]] = "Sound\\Creature\\Worgen\\A_FenrusAggro.wav",
[L["Furbolg Form"]] = "Sound\\Creature\\Furbolg\\mFurbolgWoundCritical1.wav",
[L["Illusion: Black Dragonkin"]] = "Sound\\Creature\\DragonSpawn\\mDragonSpawnAttackCritical1.wav",
[L["Tree of Life"]] = "Sound\\Creature\\AncientTreeOfWar\\AncientTreeofWarAttackA.wav",
}

---------------------------------
Expand Down

0 comments on commit 17c4517

Please sign in to comment.