annotate Localization/enUS.lua @ 43:4109683c3172

Kept AceConsole embedded - it handily disables the chat commands when the addon is disabled Did a little passthrough to properly set the self param for commands like Print()
author John@Yosemite-PC
date Thu, 15 Mar 2012 22:27:51 -0400
parents 47fac96968e1
children
rev   line source
John@0 1 local AceLocale = LibStub:GetLibrary("AceLocale-3.0")
John@0 2 local L = AceLocale:NewLocale("bsk","enUS",true)
John@0 3 if not L then return end
John@0 4
John@0 5 -- English
John@0 6 L["test"] = true