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"