zz_Friends/locale_enUS.lua

12 lines
371 B
Lua
Executable File

local addonname, addon = ...
local childName = addon['childName']
local L = LibStub("AceLocale-3.0"):NewLocale(childName, "enUS", true)
if L then
L[childName] = childName
L["Leftclick"] = true
L["Toggles Guild or Friendframe"] = true
L["Rightclick"] = true
L["Toggles Friendframe"] = true
L["Shift+Leftclick"] = true
L["Toggles minimap icon"] = true
end