- handle SendChatMessage ordering if addon Misspelled is also installed - break long texts in chunks of 255 length - debug flag and messages
5 lines
191 B
Lua
5 lines
191 B
Lua
local L = LibStub('AceLocale-3.0'):NewLocale('Grichelde', 'enUS', true)
|
|
if not L then return end
|
|
|
|
-- system messages
|
|
L.AddonLoaded = 'Grichelde now helps you with your spelling disabilities.' |