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:
@@ -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"] = "По дальности зоны",
|
||||
|
||||
Reference in New Issue
Block a user