bbe2492a5b
Each DataStore_* / Altoholic_* addon now lives at the repo root, matching the Exiles fork-layout convention (one folder per addon, no wrapper dir).
13 lines
475 B
Lua
13 lines
475 B
Lua
local debug = false
|
|
--[===[@debug@
|
|
debug = true
|
|
--@end-debug@]===]
|
|
|
|
local L = LibStub("AceLocale-3.0"):NewLocale("DataStore_Auctions", "enUS", true, debug)
|
|
|
|
L["Automatically clear expired auctions and bids"] = true
|
|
L["CLEAR_ITEMS_DISABLED"] = "Expired items remain in the database until the player next visits the auction house."
|
|
L["CLEAR_ITEMS_ENABLED"] = "Expired items are automatically deleted from the database."
|
|
L["CLEAR_ITEMS_TITLE"] = "Clear Auction House items"
|
|
|