Localization

This commit is contained in:
Sumsebrum
2021-05-24 12:41:21 +02:00
parent 9ef174e290
commit 43518055f0
19 changed files with 542 additions and 385 deletions

View File

@ -6,7 +6,7 @@ local CreateFrame, UnitPower, UnitPowerType, UnitPowerMax, UnitExists = CreateFr
local Gladdy = LibStub("Gladdy")
local L = Gladdy.L
local AceGUIWidgetLSMlists = AceGUIWidgetLSMlists
local Powerbar = Gladdy:NewModule("Powerbar", 90, {
local Powerbar = Gladdy:NewModule("Power Bar", 90, {
powerBarFont = "DorisPP",
powerBarHeight = 20,
powerBarTexture = "Smooth",
@ -132,7 +132,7 @@ function Powerbar:UpdateFrame(unit)
return
end
local healthBar = Gladdy.modules.Healthbar.frames[unit]
local healthBar = Gladdy.modules["Health Bar"].frames[unit]
powerBar.bg:SetTexture(Gladdy.LSM:Fetch("statusbar", Gladdy.db.powerBarTexture))
@ -318,7 +318,7 @@ function Powerbar:GetOptions()
group = {
type = "group",
childGroups = "tree",
name = "Frame",
name = L["Frame"],
order = 3,
args = {
general = {