bbe2492a5b
Each DataStore_* / Altoholic_* addon now lives at the repo root, matching the Exiles fork-layout convention (one folder per addon, no wrapper dir).
15 lines
600 B
Lua
15 lines
600 B
Lua
local debug = false
|
|
--[===[@debug@
|
|
debug = true
|
|
--@end-debug@]===]
|
|
|
|
local L = LibStub("AceLocale-3.0"):NewLocale("DataStore_Crafts", "enUS", true, debug)
|
|
|
|
L["Broadcast my profession links to guild at logon"] = true
|
|
L["BROADCAST_PROFS_DISABLED"] = "Nothing will be sent at all. Disabling this option considerably decreases network traffic on the guild channel."
|
|
L["BROADCAST_PROFS_ENABLED"] = "Your alts' known profession links will be sent on the guild channel 5 seconds after logon."
|
|
L["BROADCAST_PROFS_TITLE"] = "Broadcast Profession Links"
|
|
L["Professions"] = true
|
|
L["Secondary Skills"] = true
|
|
|