16 lines
957 B
Lua
16 lines
957 B
Lua
-- ------------------------------------------------------------------------------ --
|
|
-- TradeSkillMaster_Warehousing --
|
|
-- http://www.curse.com/addons/wow/tradeskillmaster_warehousing --
|
|
-- --
|
|
-- A TradeSkillMaster Addon (http://tradeskillmaster.com) --
|
|
-- All Rights Reserved* - Detailed license information included with addon. --
|
|
-- ------------------------------------------------------------------------------ --
|
|
|
|
-- TradeSkillMaster_Warehousing Locale - esES
|
|
-- Please use the localization app on CurseForge to update this
|
|
-- http://wow.curseforge.com/addons/TradeSkillMaster_Warehousing/localization/
|
|
|
|
local L = LibStub("AceLocale-3.0"):NewLocale("TradeSkillMaster_Warehousing", "enES")
|
|
if not L then return end
|
|
|
|
--@localization(locale="enES", format="lua_additive_table")@ |