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", "zhTW")
|
||||
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