mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
cleanup locales
This commit is contained in:
@@ -148,7 +148,7 @@ E.Options.args.maps = {
|
||||
values = {
|
||||
["MOUSEOVER"] = L["Minimap Mouseover"],
|
||||
["SHOW"] = L["Always Display"],
|
||||
["HIDE"] = L["Hide"]
|
||||
["HIDE"] = HIDE
|
||||
},
|
||||
disabled = function() return not E.private.general.minimap.enable; end
|
||||
},
|
||||
@@ -176,7 +176,7 @@ E.Options.args.maps = {
|
||||
set = function(info, value) E.db.general.minimap.locationFontOutline = value; MM:Update_ZoneText(); end,
|
||||
disabled = function() return not E.private.general.minimap.enable; end,
|
||||
values = {
|
||||
["NONE"] = L["None"],
|
||||
["NONE"] = NONE,
|
||||
["OUTLINE"] = "OUTLINE",
|
||||
["MONOCHROMEOUTLINE"] = "MONOCROMEOUTLINE",
|
||||
["THICKOUTLINE"] = "THICKOUTLINE"
|
||||
@@ -223,7 +223,7 @@ E.Options.args.maps = {
|
||||
hideCalendar = {
|
||||
order = 1,
|
||||
type = "toggle",
|
||||
name = L["Hide"],
|
||||
name = HIDE,
|
||||
get = function(info) return E.private.general.minimap.hideCalendar; end,
|
||||
set = function(info, value) E.private.general.minimap.hideCalendar = value; MM:UpdateSettings(); end,
|
||||
width = "full"
|
||||
@@ -450,7 +450,7 @@ E.Options.args.maps = {
|
||||
hide = {
|
||||
order = 1,
|
||||
type = "toggle",
|
||||
name = L["Hide"]
|
||||
name = HIDE
|
||||
},
|
||||
spacer = {
|
||||
order = 2,
|
||||
|
||||
Reference in New Issue
Block a user