feat: Remove Personal Auras module and related options from the addon

- Deleted Personal Auras module files and options
- Updated localization files to remove references to Personal Auras
- Adjusted README to reflect the removal of Personal Auras functionality
This commit is contained in:
Torsten Brendgen
2026-04-15 18:26:30 +02:00
parent 649d93a455
commit dca24c77c9
8 changed files with 2 additions and 1042 deletions

View File

@@ -132,7 +132,6 @@ L["OPT_MODULES"] = "Modules"
L["OPT_MODULE_TRACKER"] = "Tracker"
L["OPT_MODULE_BUFF_ENDING"] = "Aura Expiry"
L["OPT_MODULE_AURA_EXPIRY"] = "Aura Expiry"
L["OPT_MODULE_PERSONAL_AURAS"] = "Personal Auras"
L["OPT_MODULE_MAP_OVERLAY"] = "Map Overlay"
-- ── Options: tracker shared ───────────────────────────────────
@@ -346,7 +345,6 @@ L["RCD_NAME"] = "Raid Cooldown Tracker"
L["GCD_NAME"] = "Group Cooldown Tracker"
L["BEA_NAME"] = "Aura Expiry"
L["AE_NAME"] = "Aura Expiry"
L["PA_NAME"] = "Personal Auras"
L["AEM_NAME"] = "Auto Enemy Marker"
L["OPT_BEA_ENABLED"] = "Enable aura expiry"
@@ -374,27 +372,6 @@ L["OPT_BEA_MSG_REMOVED"] = "HMGT: buff removed: %s"
L["OPT_BEA_MSG_INVALID"] = "HMGT: invalid buff spell ID"
L["OPT_BEA_MSG_NOT_FOUND"] = "HMGT: buff not found"
L["OPT_BEA_MSG_THRESHOLD_INVALID"] = "HMGT: invalid threshold"
L["OPT_PA_ENABLED"] = "Enable personal auras"
L["OPT_PA_ENABLED_DESC"] = "Show tracked debuffs on your current player in a movable frame"
L["OPT_PA_UNLOCK"] = "Unlock frame"
L["OPT_PA_UNLOCK_DESC"] = "Show the frame placeholder and allow it to be moved"
L["OPT_PA_WIDTH"] = "Frame width"
L["OPT_PA_ROW_HEIGHT"] = "Row height"
L["OPT_PA_ICON_SIZE"] = "Icon size"
L["OPT_PA_FONT_SIZE"] = "Font size"
L["OPT_PA_SECTION_GENERAL"] = "General"
L["OPT_PA_SECTION_DEBUFFS"] = "Tracked debuffs"
L["OPT_PA_ADD_ID"] = "Add Spell ID"
L["OPT_PA_ADD"] = "Add debuff"
L["OPT_PA_REMOVE"] = "Remove debuff"
L["OPT_PA_EMPTY"] = "No debuffs configured."
L["OPT_PA_UNLOCK_HINT"] = "Personal Auras\nDrag to move"
L["OPT_PA_MSG_ADDED"] = "HMGT: debuff added: %s"
L["OPT_PA_MSG_REMOVED"] = "HMGT: debuff removed: %s"
L["OPT_PA_MSG_INVALID"] = "HMGT: invalid debuff spell ID"
L["OPT_PA_MSG_NOT_FOUND"] = "HMGT: debuff not found"
L["OPT_PA_ACTIVE"] = "Active"
L["OPT_PA_INACTIVE"] = "Inactive"
L["BEA_MSG_TEMPLATE"] = "%s ending in %d"
L["OPT_AEM_ENABLED"] = "Enable auto enemy marking"