mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- first shot at localization of all configuration settings in IceHUD using AceLocale. note that all of these conversions were generated programmatically so it's possible that something went awry...very casual testing seemed okay, however.
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
local L = LibStub("AceLocale-3.0"):GetLocale("IceHUD", false)
|
||||
local PlayerInfo = IceCore_CreateClass(IceTargetInfo)
|
||||
|
||||
local EPSILON = 0.5
|
||||
@ -28,8 +29,8 @@ function PlayerInfo.prototype:GetOptions()
|
||||
|
||||
opts["hideBlizz"] = {
|
||||
type = "toggle",
|
||||
name = "Hide Blizzard Buffs",
|
||||
desc = "Hides Blizzard's default buffs frame and disables all events related to it",
|
||||
name = L["Hide Blizzard Buffs"],
|
||||
desc = L["Hides Blizzard's default buffs frame and disables all events related to it"],
|
||||
get = function()
|
||||
return self.moduleSettings.hideBlizz
|
||||
end,
|
||||
|
Reference in New Issue
Block a user