view Localization/enUS.lua @ 39:ecef0cba2913

Very handy - print the public api of an object. Nice for when you get an AceGUI object (etc) and don't know what it exposes
author John@Doomsday
date Wed, 14 Mar 2012 10:13:30 -0400
parents 47fac96968e1
children
line wrap: on
line source
local AceLocale = LibStub:GetLibrary("AceLocale-3.0")
local L = AceLocale:NewLocale("bsk","enUS",true)
if not L then return end

-- English
L["test"] = true