bbe2492a5b
Each DataStore_* / Altoholic_* addon now lives at the repo root, matching the Exiles fork-layout convention (one folder per addon, no wrapper dir).
16 lines
549 B
Lua
16 lines
549 B
Lua
local debug = false
|
|
--[===[@debug@
|
|
debug = true
|
|
--@end-debug@]===]
|
|
|
|
local L = LibStub("AceLocale-3.0"):NewLocale("DataStore", "enUS", true, debug)
|
|
|
|
L["Disabled"] = true
|
|
L["Enabled"] = true
|
|
L["Memory used for %d |4character:characters;:"] = true
|
|
|
|
L["HIDE_START_GUILD_TEXT"] = "Hide starter guilds (Rising-Gods)"
|
|
L["HIDE_START_GUILD_TITLE"] = "Hide starter guilds"
|
|
L["HIDE_START_GUILD_ENABLED"] = "Addon messages from the guilds 'Community Allianz' & 'Community Horde' will be ignored."
|
|
L["HIDE_START_GUILD_DISABLED"] = "No guild will be ignored."
|