bbe2492a5b
Each DataStore_* / Altoholic_* addon now lives at the repo root, matching the Exiles fork-layout convention (one folder per addon, no wrapper dir).
17 lines
780 B
Lua
17 lines
780 B
Lua
local debug = false
|
|
--[===[@debug@
|
|
debug = true
|
|
--@end-debug@]===]
|
|
|
|
local L = LibStub("AceLocale-3.0"):NewLocale("DataStore_Quests", "enUS", true, debug)
|
|
|
|
L["AUTO_UPDATE_DISABLED"] = "The quest history will remain in its current state, either empty or outdated."
|
|
L["AUTO_UPDATE_ENABLED"] = "A character's quest history will be refreshed every time you login with that character."
|
|
L["Auto-update History"] = true
|
|
L["AUTO_UPDATE_TITLE"] = "Auto-Update Quest History"
|
|
L["Track Quest Turn-ins"] = true
|
|
L["TRACK_TURNINS_DISABLED"] = "The quest history will remain in its current state, either empty or outdated."
|
|
L["TRACK_TURNINS_ENABLED"] = "Turned-in quests are saved into the history, to make sure it remains constantly valid."
|
|
L["TRACK_TURNINS_TITLE"] = "Track Quest Turn-ins"
|
|
|