Refactor Buff Ending Announcer to Aura Expiry
- Deleted LibGroupInSpecT-1.1.toc, LibStub.lua, and lib.xml files as they are no longer needed. - Updated localization files (deDE.lua, enUS.lua) to reflect the change from "Buff Ending" to "Aura Expiry". - Renamed BuffEndingAnnouncer module to AuraExpiry and updated references throughout the codebase. - Adjusted options and configuration to align with the new module name. - Updated readme to describe the new Aura Expiry feature instead of Buff Ending Announcer.
This commit is contained in:
@@ -129,7 +129,8 @@ L["OPT_SHOW_MINIMAP_ICON"] = "Show Minimap Icon"
|
||||
L["OPT_COMMANDS"] = "Commands"
|
||||
L["OPT_MODULES"] = "Modules"
|
||||
L["OPT_MODULE_TRACKER"] = "Tracker"
|
||||
L["OPT_MODULE_BUFF_ENDING"] = "Buff Ending"
|
||||
L["OPT_MODULE_BUFF_ENDING"] = "Aura Expiry"
|
||||
L["OPT_MODULE_AURA_EXPIRY"] = "Aura Expiry"
|
||||
L["OPT_MODULE_MAP_OVERLAY"] = "Map Overlay"
|
||||
|
||||
-- ── Options: tracker shared ───────────────────────────────────
|
||||
@@ -341,11 +342,12 @@ L["GCD_TITLE"] = "|cff77dd77Group Cooldowns|r"
|
||||
L["IT_NAME"] = "Interrupt Tracker"
|
||||
L["RCD_NAME"] = "Raid Cooldown Tracker"
|
||||
L["GCD_NAME"] = "Group Cooldown Tracker"
|
||||
L["BEA_NAME"] = "Buff Ending Announcer"
|
||||
L["BEA_NAME"] = "Aura Expiry"
|
||||
L["AE_NAME"] = "Aura Expiry"
|
||||
L["AEM_NAME"] = "Auto Enemy Marker"
|
||||
|
||||
L["OPT_BEA_ENABLED"] = "Enable buff ending announcer"
|
||||
L["OPT_BEA_ENABLED_DESC"] = "Announce tracked buff countdowns in /say"
|
||||
L["OPT_BEA_ENABLED"] = "Enable aura expiry"
|
||||
L["OPT_BEA_ENABLED_DESC"] = "Announce countdowns for tracked auras and channels in /say"
|
||||
L["OPT_BEA_ANNOUNCE_AT"] = "Announce from (sec)"
|
||||
L["OPT_BEA_ANNOUNCE_AT_DESC"] = "Start countdown announcements when remaining buff duration is at or below this value"
|
||||
L["OPT_BEA_DEFAULT_THRESHOLD"] = "Default threshold (sec)"
|
||||
|
||||
Reference in New Issue
Block a user