BrokerPack/locale_enUS.lua

7 lines
235 B
Lua
Raw Permalink Normal View History

2021-05-01 14:46:33 +00:00
local addonname, addon = ...
local childName = addon['childName']
local L = LibStub("AceLocale-3.0"):NewLocale(childName, "enUS", true)
if L then
L['Toggle Minimap-Icons'] = true
L['Show or Hide all Icons of childs'] = true
2021-05-01 14:46:33 +00:00
end