DRYCODE: copy/pasted stance translations from BT3 into locale files using AceLocale-3.0, and first module interface for stances
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
--[[ $Id: ActionBarStates.lua 55603 2007-11-21 10:57:34Z helium $ ]]
|
||||
|
||||
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