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