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", "zhCN")
|
||||
if not S then return end
|
||||
-- warrior
|
||||
S["Battle Stance"] = "战斗姿态"
|
||||
S["Defensive Stance"] = "防御姿态"
|
||||
S["Berserker Stance"] = "狂暴姿态"
|
||||
-- druid
|
||||
S["Bear Form"] = "熊形态"
|
||||
S["Dire Bear Form"] = "巨熊形态"
|
||||
S["Cat Form"] = "猎豹形态"
|
||||
S["Tree of Life"] = "生命之树"
|
||||
S["Moonkin Form"] = "枭兽形态"
|
||||
-- rogue
|
||||
S["Stealth"] = "潜行"
|
||||
Reference in New Issue
Block a user