use [bonusbar:x] instead of [stance:x], simplifies detection logic of stances, no more skipped aquatic form shit =P
This commit is contained in:
@@ -1,16 +1 @@
|
||||
--[[ $Id$ ]]
|
||||
|
||||
local S = LibStub("AceLocale-3.0"):NewLocale("BT4Stances", "deDE")
|
||||
if not S then return end
|
||||
-- warrior
|
||||
S["Battle Stance"] = "Kampfhaltung"
|
||||
S["Defensive Stance"] = "Verteidigungshaltung"
|
||||
S["Berserker Stance"] = "Berserkerhaltung"
|
||||
-- druid
|
||||
S["Bear Form"] = "B\195\164rengestalt"
|
||||
S["Dire Bear Form"] = "Terrorb\195\164rengestalt"
|
||||
S["Cat Form"] = "Katzengestalt"
|
||||
S["Tree of Life"] = "Baum des Lebens"
|
||||
S["Moonkin Form"] = "Mondkingestalt"
|
||||
-- rogue
|
||||
S["Stealth"] = "Verstohlenheit"
|
||||
|
||||
Reference in New Issue
Block a user