You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
957 B
16 lines
957 B
|
4 years ago
|
-- ------------------------------------------------------------------------------ --
|
||
|
|
-- 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")@
|