mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -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 HungerForBlood = IceCore_CreateClass(IceUnitBar)
|
||||
|
||||
local hfbEndTime = 0
|
||||
@ -72,8 +73,8 @@ function HungerForBlood.prototype:GetOptions()
|
||||
|
||||
opts["allowClickCast"] = {
|
||||
type = 'toggle',
|
||||
name = 'Allow click casting',
|
||||
desc = 'Whether or not to allow click casting of Hunger For Blood',
|
||||
name = L["Allow click casting"],
|
||||
desc = L["Whether or not to allow click casting of Hunger For Blood"],
|
||||
get = function()
|
||||
return self.moduleSettings.allowMouseInteraction
|
||||
end,
|
||||
|
Reference in New Issue
Block a user