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