Files
florian.berthold bbe2492a5b chore: flatten Altoholic-Addon/ wrapper + add standard .gitignore/.gitattributes
Each DataStore_* / Altoholic_* addon now lives at the repo root, matching
the Exiles fork-layout convention (one folder per addon, no wrapper dir).
2026-05-25 10:59:24 +02:00

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"