feat(tracker): add "By Zone + % Complete" sort options

Groups quests by zone with headers, then orders each zone's quests by
completion percent (completes on top / bottom in the reversed variant).
This commit is contained in:
2026-07-19 17:22:53 +02:00
parent 190d2b0d5e
commit 9da949dd66
4 changed files with 43 additions and 3 deletions
@@ -864,6 +864,12 @@ local trackerOptionsLocales = {
["esES"] = "Por zona",
["frFR"] = "Par zone",
},
["By Zone + %% Complete"] = {
["enUS"] = true,
},
["By Zone + %% Complete (Reversed)"] = {
["enUS"] = true,
},
["By Zone Prox"] = {
["ptBR"] = "Por proximidade de zona",
["ruRU"] = "По дальности зоны",