Quantcast
local addonname, addon = ...
addon.L = addon.L or {}

setmetatable(addon.L, { __index = function(t, k) rawset(t, k, k) return k end })