5.21.2
(cherry picked from commit 7a8257507e0841523ca39edf7938ddaa6adf7aba)
This commit is contained in:
@@ -211,10 +211,10 @@ end
|
|||||||
|
|
||||||
function Private.ExecEnv.CallCustomConditionTest(uid, testFunctionNumber, ...)
|
function Private.ExecEnv.CallCustomConditionTest(uid, testFunctionNumber, ...)
|
||||||
local ok, result = pcall(Private.ExecEnv.conditionHelpers[uid].customTestFunctions[testFunctionNumber], ...)
|
local ok, result = pcall(Private.ExecEnv.conditionHelpers[uid].customTestFunctions[testFunctionNumber], ...)
|
||||||
if not ok then
|
if (ok) then
|
||||||
Private.GetErrorHandlerUid(uid, L["Condition Custom Test"])
|
|
||||||
elseif (ok) then
|
|
||||||
return result
|
return result
|
||||||
|
else
|
||||||
|
Private.GetErrorHandlerUid(uid, L["Condition Custom Test"])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
if not WeakAuras.IsLibsOK() then return end
|
if not WeakAuras.IsLibsOK() then return end
|
||||||
|
---@type string
|
||||||
local AddonName = ...
|
local AddonName = ...
|
||||||
|
---@class Private
|
||||||
local Private = select(2, ...)
|
local Private = select(2, ...)
|
||||||
|
|
||||||
Private.DiscordList = {
|
Private.DiscordList = {
|
||||||
[=[AcidWeb]=],
|
[=[AcidWeb]=],
|
||||||
[=[aelen]=],
|
[=[aelen]=],
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ WeakAuras.halfWidth = WeakAuras.normalWidth / 2
|
|||||||
WeakAuras.doubleWidth = WeakAuras.normalWidth * 2
|
WeakAuras.doubleWidth = WeakAuras.normalWidth * 2
|
||||||
|
|
||||||
local versionStringFromToc = GetAddOnMetadata("WeakAuras", "Version")
|
local versionStringFromToc = GetAddOnMetadata("WeakAuras", "Version")
|
||||||
local versionString = "5.21.0 Beta"
|
local versionString = "5.21.2 Beta"
|
||||||
-- Year, Month, Day, Hour, Minute, Seconds
|
-- Year, Month, Day, Hour, Minute, Seconds
|
||||||
local buildTime = "2025".."11".."29".."04".."45".."00"
|
local buildTime = "2025".."11".."29".."04".."45".."00"
|
||||||
local isTTSEnabled = C_VoiceChat and C_VoiceChat.SpeakText and true or false
|
local isTTSEnabled = C_VoiceChat and C_VoiceChat.SpeakText and true or false
|
||||||
|
|||||||
@@ -654,6 +654,10 @@ L["Dodge"] = "Ausweichen (DODGE)"
|
|||||||
L["Dodge (%)"] = "Ausweichen (%)"
|
L["Dodge (%)"] = "Ausweichen (%)"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Dodge Rating"] = "Dodge Rating"
|
L["Dodge Rating"] = "Dodge Rating"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Doom Lord Kazzak"] = "Doom Lord Kazzak"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Doomwalker"] = "Doomwalker"
|
||||||
L["Down"] = "Runter"
|
L["Down"] = "Runter"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Down, then Centered Horizontal"] = "Down, then Centered Horizontal"
|
L["Down, then Centered Horizontal"] = "Down, then Centered Horizontal"
|
||||||
@@ -700,6 +704,8 @@ L["Effective Spell Id"] = "Effective Spell Id"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Elide"] = "Elide"
|
L["Elide"] = "Elide"
|
||||||
L["Elite"] = "Elite"
|
L["Elite"] = "Elite"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Emalon the Storm Watcher"] = "Emalon the Storm Watcher"
|
||||||
L["Emote"] = "Emote"
|
L["Emote"] = "Emote"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Empower Cast End"] = "Empower Cast End"
|
L["Empower Cast End"] = "Empower Cast End"
|
||||||
@@ -1208,6 +1214,8 @@ L["Kel'Thuzad"] = "Kel'Thuzad"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Kil'jaeden"] = "Kil'jaeden"
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Koralon the Flame Watcher"] = "Koralon the Flame Watcher"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Kurinnaxx"] = "Kurinnaxx"
|
L["Kurinnaxx"] = "Kurinnaxx"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Lady Vashj"] = "Lady Vashj"
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
@@ -2334,6 +2342,8 @@ L["Top Left"] = "Oben Links"
|
|||||||
L["Top Right"] = "Oben Rechts"
|
L["Top Right"] = "Oben Rechts"
|
||||||
L["Top to Bottom"] = "Oben -> Unten"
|
L["Top to Bottom"] = "Oben -> Unten"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Toravon the Ice Watcher"] = "Toravon the Ice Watcher"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Torghast"] = "Torghast"
|
L["Torghast"] = "Torghast"
|
||||||
L["Total Duration"] = "Gesamtdauer"
|
L["Total Duration"] = "Gesamtdauer"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
|||||||
@@ -439,6 +439,8 @@ L["Do Not Disturb"] = "Do Not Disturb"
|
|||||||
L["Dodge"] = "Dodge"
|
L["Dodge"] = "Dodge"
|
||||||
L["Dodge (%)"] = "Dodge (%)"
|
L["Dodge (%)"] = "Dodge (%)"
|
||||||
L["Dodge Rating"] = "Dodge Rating"
|
L["Dodge Rating"] = "Dodge Rating"
|
||||||
|
L["Doom Lord Kazzak"] = "Doom Lord Kazzak"
|
||||||
|
L["Doomwalker"] = "Doomwalker"
|
||||||
L["Down"] = "Down"
|
L["Down"] = "Down"
|
||||||
L["Down, then Centered Horizontal"] = "Down, then Centered Horizontal"
|
L["Down, then Centered Horizontal"] = "Down, then Centered Horizontal"
|
||||||
L["Down, then Left"] = "Down, then Left"
|
L["Down, then Left"] = "Down, then Left"
|
||||||
@@ -469,6 +471,7 @@ L["Edge of Madness"] = "Edge of Madness"
|
|||||||
L["Effective Spell Id"] = "Effective Spell Id"
|
L["Effective Spell Id"] = "Effective Spell Id"
|
||||||
L["Elide"] = "Elide"
|
L["Elide"] = "Elide"
|
||||||
L["Elite"] = "Elite"
|
L["Elite"] = "Elite"
|
||||||
|
L["Emalon the Storm Watcher"] = "Emalon the Storm Watcher"
|
||||||
L["Emote"] = "Emote"
|
L["Emote"] = "Emote"
|
||||||
L["Empower Cast End"] = "Empower Cast End"
|
L["Empower Cast End"] = "Empower Cast End"
|
||||||
L["Empower Cast Interrupt"] = "Empower Cast Interrupt"
|
L["Empower Cast Interrupt"] = "Empower Cast Interrupt"
|
||||||
@@ -777,6 +780,7 @@ L["Kazzak"] = "Kazzak"
|
|||||||
L["Keep Inside"] = "Keep Inside"
|
L["Keep Inside"] = "Keep Inside"
|
||||||
L["Kel'Thuzad"] = "Kel'Thuzad"
|
L["Kel'Thuzad"] = "Kel'Thuzad"
|
||||||
L["Kil'jaeden"] = "Kil'jaeden"
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
|
L["Koralon the Flame Watcher"] = "Koralon the Flame Watcher"
|
||||||
L["Kurinnaxx"] = "Kurinnaxx"
|
L["Kurinnaxx"] = "Kurinnaxx"
|
||||||
L["Lady Vashj"] = "Lady Vashj"
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
L["Large"] = "Large"
|
L["Large"] = "Large"
|
||||||
@@ -1490,6 +1494,7 @@ L["Top"] = "Top"
|
|||||||
L["Top Left"] = "Top Left"
|
L["Top Left"] = "Top Left"
|
||||||
L["Top Right"] = "Top Right"
|
L["Top Right"] = "Top Right"
|
||||||
L["Top to Bottom"] = "Top to Bottom"
|
L["Top to Bottom"] = "Top to Bottom"
|
||||||
|
L["Toravon the Ice Watcher"] = "Toravon the Ice Watcher"
|
||||||
L["Torghast"] = "Torghast"
|
L["Torghast"] = "Torghast"
|
||||||
L["Total Duration"] = "Total Duration"
|
L["Total Duration"] = "Total Duration"
|
||||||
L["Total Earned in this Season"] = "Total Earned in this Season"
|
L["Total Earned in this Season"] = "Total Earned in this Season"
|
||||||
|
|||||||
@@ -423,6 +423,8 @@ L["Do Not Disturb"] = "No molestar"
|
|||||||
L["Dodge"] = "Esquivar"
|
L["Dodge"] = "Esquivar"
|
||||||
L["Dodge (%)"] = "Esquivar (%)"
|
L["Dodge (%)"] = "Esquivar (%)"
|
||||||
L["Dodge Rating"] = "Índice de esquiva"
|
L["Dodge Rating"] = "Índice de esquiva"
|
||||||
|
L["Doom Lord Kazzak"] = "Señor Apocalíptico Kazzak"
|
||||||
|
L["Doomwalker"] = "Caminante del Destino"
|
||||||
L["Down"] = "Abajo"
|
L["Down"] = "Abajo"
|
||||||
L["Down, then Centered Horizontal"] = "Abajo, luego centrado horizontal"
|
L["Down, then Centered Horizontal"] = "Abajo, luego centrado horizontal"
|
||||||
L["Down, then Left"] = "Abajo, luego izquierda"
|
L["Down, then Left"] = "Abajo, luego izquierda"
|
||||||
@@ -453,6 +455,7 @@ L["Edge of Madness"] = "Cabo de la Locura"
|
|||||||
L["Effective Spell Id"] = "ID de hechizo efectivo"
|
L["Effective Spell Id"] = "ID de hechizo efectivo"
|
||||||
L["Elide"] = "Omitir"
|
L["Elide"] = "Omitir"
|
||||||
L["Elite"] = "Élite"
|
L["Elite"] = "Élite"
|
||||||
|
L["Emalon the Storm Watcher"] = "Emalon el Vigía de la Tormenta"
|
||||||
L["Emote"] = "Emocion"
|
L["Emote"] = "Emocion"
|
||||||
L["Empower Cast End"] = "Empoderar fin de lanzamiento"
|
L["Empower Cast End"] = "Empoderar fin de lanzamiento"
|
||||||
L["Empower Cast Interrupt"] = "Empoderar interrupción de lanzamiento"
|
L["Empower Cast Interrupt"] = "Empoderar interrupción de lanzamiento"
|
||||||
@@ -760,6 +763,7 @@ L["Kazzak"] = "Kazzak"
|
|||||||
L["Keep Inside"] = "Mantener en el interior"
|
L["Keep Inside"] = "Mantener en el interior"
|
||||||
L["Kel'Thuzad"] = "Kel'Thuzad"
|
L["Kel'Thuzad"] = "Kel'Thuzad"
|
||||||
L["Kil'jaeden"] = "Kil'jaeden"
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
|
L["Koralon the Flame Watcher"] = "Koralon el Vigía de las Llamas"
|
||||||
L["Kurinnaxx"] = "Kurinnaxx"
|
L["Kurinnaxx"] = "Kurinnaxx"
|
||||||
L["Lady Vashj"] = "Lady Vashj"
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
L["Large"] = "Grande"
|
L["Large"] = "Grande"
|
||||||
@@ -1430,6 +1434,7 @@ L["Top"] = "Superior"
|
|||||||
L["Top Left"] = "Superior izquierda"
|
L["Top Left"] = "Superior izquierda"
|
||||||
L["Top Right"] = "Superior derecha"
|
L["Top Right"] = "Superior derecha"
|
||||||
L["Top to Bottom"] = "De Arriba a Abajo"
|
L["Top to Bottom"] = "De Arriba a Abajo"
|
||||||
|
L["Toravon the Ice Watcher"] = "Toravon el Vigía de Hielo"
|
||||||
L["Torghast"] = "Torghast"
|
L["Torghast"] = "Torghast"
|
||||||
L["Total Duration"] = "Duración total"
|
L["Total Duration"] = "Duración total"
|
||||||
L["Total Earned in this Season"] = "Total ganado en esta temporada"
|
L["Total Earned in this Season"] = "Total ganado en esta temporada"
|
||||||
|
|||||||
@@ -423,6 +423,8 @@ L["Do Not Disturb"] = "No molestar"
|
|||||||
L["Dodge"] = "Esquivar"
|
L["Dodge"] = "Esquivar"
|
||||||
L["Dodge (%)"] = "Esquivar (%)"
|
L["Dodge (%)"] = "Esquivar (%)"
|
||||||
L["Dodge Rating"] = "Índice de esquiva"
|
L["Dodge Rating"] = "Índice de esquiva"
|
||||||
|
L["Doom Lord Kazzak"] = "Señor de fatalidad Kazzak"
|
||||||
|
L["Doomwalker"] = "Caminante del Destino"
|
||||||
L["Down"] = "Abajo"
|
L["Down"] = "Abajo"
|
||||||
L["Down, then Centered Horizontal"] = "Abajo, luego centrado horizontal"
|
L["Down, then Centered Horizontal"] = "Abajo, luego centrado horizontal"
|
||||||
L["Down, then Left"] = "Abajo, luego izquierda"
|
L["Down, then Left"] = "Abajo, luego izquierda"
|
||||||
@@ -453,6 +455,7 @@ L["Edge of Madness"] = "Cabo de la Locura"
|
|||||||
L["Effective Spell Id"] = "ID de hechizo efectivo"
|
L["Effective Spell Id"] = "ID de hechizo efectivo"
|
||||||
L["Elide"] = "Omitir"
|
L["Elide"] = "Omitir"
|
||||||
L["Elite"] = "Élite"
|
L["Elite"] = "Élite"
|
||||||
|
L["Emalon the Storm Watcher"] = "Emalon el Vigía de la Tormenta"
|
||||||
L["Emote"] = "Emocion"
|
L["Emote"] = "Emocion"
|
||||||
L["Empower Cast End"] = "Empoderar fin de lanzamiento"
|
L["Empower Cast End"] = "Empoderar fin de lanzamiento"
|
||||||
L["Empower Cast Interrupt"] = "Empoderar interrupción de lanzamiento"
|
L["Empower Cast Interrupt"] = "Empoderar interrupción de lanzamiento"
|
||||||
@@ -761,6 +764,7 @@ L["Kazzak"] = "Kazzak"
|
|||||||
L["Keep Inside"] = "Mantener en el interior"
|
L["Keep Inside"] = "Mantener en el interior"
|
||||||
L["Kel'Thuzad"] = "Kel'Thuzad"
|
L["Kel'Thuzad"] = "Kel'Thuzad"
|
||||||
L["Kil'jaeden"] = "Kil'jaeden"
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
|
L["Koralon the Flame Watcher"] = "Koralon el Vigía de las Llamas"
|
||||||
L["Kurinnaxx"] = "Kurinnaxx"
|
L["Kurinnaxx"] = "Kurinnaxx"
|
||||||
L["Lady Vashj"] = "Lady Vashj"
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
L["Large"] = "Grande"
|
L["Large"] = "Grande"
|
||||||
@@ -1431,6 +1435,7 @@ L["Top"] = "Superior"
|
|||||||
L["Top Left"] = "Superior izquierda"
|
L["Top Left"] = "Superior izquierda"
|
||||||
L["Top Right"] = "Superior derecha"
|
L["Top Right"] = "Superior derecha"
|
||||||
L["Top to Bottom"] = "De Arriba a Abajo"
|
L["Top to Bottom"] = "De Arriba a Abajo"
|
||||||
|
L["Toravon the Ice Watcher"] = "Toravon el Vigía de Hielo"
|
||||||
L["Torghast"] = "Torghast"
|
L["Torghast"] = "Torghast"
|
||||||
L["Total Duration"] = "Duración total"
|
L["Total Duration"] = "Duración total"
|
||||||
L["Total Earned in this Season"] = "Total ganado en esta temporada"
|
L["Total Earned in this Season"] = "Total ganado en esta temporada"
|
||||||
|
|||||||
@@ -565,6 +565,10 @@ L["Do Not Disturb"] = "Do Not Disturb"
|
|||||||
L["Dodge"] = "Esquive"
|
L["Dodge"] = "Esquive"
|
||||||
L["Dodge (%)"] = "Esquive (%)"
|
L["Dodge (%)"] = "Esquive (%)"
|
||||||
L["Dodge Rating"] = "Pourcentage Esquive"
|
L["Dodge Rating"] = "Pourcentage Esquive"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Doom Lord Kazzak"] = "Doom Lord Kazzak"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Doomwalker"] = "Doomwalker"
|
||||||
L["Down"] = "Bas"
|
L["Down"] = "Bas"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Down, then Centered Horizontal"] = "Down, then Centered Horizontal"
|
L["Down, then Centered Horizontal"] = "Down, then Centered Horizontal"
|
||||||
@@ -608,6 +612,8 @@ L["Effective Spell Id"] = "Effective Spell Id"
|
|||||||
L["Elide"] = "Elider"
|
L["Elide"] = "Elider"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Elite"] = "Elite"
|
L["Elite"] = "Elite"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Emalon the Storm Watcher"] = "Emalon the Storm Watcher"
|
||||||
L["Emote"] = "Emote"
|
L["Emote"] = "Emote"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Empower Cast End"] = "Empower Cast End"
|
L["Empower Cast End"] = "Empower Cast End"
|
||||||
@@ -1077,6 +1083,8 @@ L["Kel'Thuzad"] = "Kel'Thuzad"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Kil'jaeden"] = "Kil'jaeden"
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Koralon the Flame Watcher"] = "Koralon the Flame Watcher"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Kurinnaxx"] = "Kurinnaxx"
|
L["Kurinnaxx"] = "Kurinnaxx"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Lady Vashj"] = "Lady Vashj"
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
@@ -2088,6 +2096,8 @@ L["Top Left"] = "Haut Gauche"
|
|||||||
L["Top Right"] = "Haut Droite"
|
L["Top Right"] = "Haut Droite"
|
||||||
L["Top to Bottom"] = "Haut en Bas"
|
L["Top to Bottom"] = "Haut en Bas"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Toravon the Ice Watcher"] = "Toravon the Ice Watcher"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Torghast"] = "Torghast"
|
L["Torghast"] = "Torghast"
|
||||||
L["Total Duration"] = "Duration Totale"
|
L["Total Duration"] = "Duration Totale"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
|||||||
@@ -579,6 +579,10 @@ L["Dodge (%)"] = "Dodge (%)"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Dodge Rating"] = "Dodge Rating"
|
L["Dodge Rating"] = "Dodge Rating"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Doom Lord Kazzak"] = "Doom Lord Kazzak"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Doomwalker"] = "Doomwalker"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Down"] = "Down"
|
L["Down"] = "Down"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Down, then Centered Horizontal"] = "Down, then Centered Horizontal"
|
L["Down, then Centered Horizontal"] = "Down, then Centered Horizontal"
|
||||||
@@ -639,6 +643,8 @@ L["Elide"] = "Elide"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Elite"] = "Elite"
|
L["Elite"] = "Elite"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Emalon the Storm Watcher"] = "Emalon the Storm Watcher"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Emote"] = "Emote"
|
L["Emote"] = "Emote"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Empower Cast End"] = "Empower Cast End"
|
L["Empower Cast End"] = "Empower Cast End"
|
||||||
@@ -1250,6 +1256,8 @@ L["Kel'Thuzad"] = "Kel'Thuzad"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Kil'jaeden"] = "Kil'jaeden"
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Koralon the Flame Watcher"] = "Koralon the Flame Watcher"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Kurinnaxx"] = "Kurinnaxx"
|
L["Kurinnaxx"] = "Kurinnaxx"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Lady Vashj"] = "Lady Vashj"
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
@@ -2590,6 +2598,8 @@ L["Top Right"] = "Top Right"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Top to Bottom"] = "Top to Bottom"
|
L["Top to Bottom"] = "Top to Bottom"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Toravon the Ice Watcher"] = "Toravon the Ice Watcher"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Torghast"] = "Torghast"
|
L["Torghast"] = "Torghast"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Total Duration"] = "Total Duration"
|
L["Total Duration"] = "Total Duration"
|
||||||
|
|||||||
@@ -441,6 +441,8 @@ L["Do Not Disturb"] = "다른 용무 중"
|
|||||||
L["Dodge"] = "회피"
|
L["Dodge"] = "회피"
|
||||||
L["Dodge (%)"] = "회피 (%)"
|
L["Dodge (%)"] = "회피 (%)"
|
||||||
L["Dodge Rating"] = "회피 수치"
|
L["Dodge Rating"] = "회피 수치"
|
||||||
|
L["Doom Lord Kazzak"] = "파멸의 군주 카자크"
|
||||||
|
L["Doomwalker"] = "파멸의 절단기"
|
||||||
L["Down"] = "아래로"
|
L["Down"] = "아래로"
|
||||||
L["Down, then Centered Horizontal"] = "아래 이후 수평 중앙"
|
L["Down, then Centered Horizontal"] = "아래 이후 수평 중앙"
|
||||||
L["Down, then Left"] = "아래로, 왼쪽으로"
|
L["Down, then Left"] = "아래로, 왼쪽으로"
|
||||||
@@ -471,6 +473,7 @@ L["Edge of Madness"] = "광란의 경계"
|
|||||||
L["Effective Spell Id"] = "실효 주문 ID"
|
L["Effective Spell Id"] = "실효 주문 ID"
|
||||||
L["Elide"] = "생략"
|
L["Elide"] = "생략"
|
||||||
L["Elite"] = "정예"
|
L["Elite"] = "정예"
|
||||||
|
L["Emalon the Storm Watcher"] = "폭풍 감시자 에말론"
|
||||||
L["Emote"] = "감정 표현"
|
L["Emote"] = "감정 표현"
|
||||||
L["Empower Cast End"] = "강화 시전 종료"
|
L["Empower Cast End"] = "강화 시전 종료"
|
||||||
L["Empower Cast Interrupt"] = "강화 시전 중단"
|
L["Empower Cast Interrupt"] = "강화 시전 중단"
|
||||||
@@ -779,6 +782,7 @@ L["Kazzak"] = "카자크"
|
|||||||
L["Keep Inside"] = "텍스처 안에 유지"
|
L["Keep Inside"] = "텍스처 안에 유지"
|
||||||
L["Kel'Thuzad"] = "켈투자드"
|
L["Kel'Thuzad"] = "켈투자드"
|
||||||
L["Kil'jaeden"] = "킬제덴"
|
L["Kil'jaeden"] = "킬제덴"
|
||||||
|
L["Koralon the Flame Watcher"] = "화염 감시자 코랄론"
|
||||||
L["Kurinnaxx"] = "쿠린낙스"
|
L["Kurinnaxx"] = "쿠린낙스"
|
||||||
L["Lady Vashj"] = "여군주 바쉬"
|
L["Lady Vashj"] = "여군주 바쉬"
|
||||||
L["Large"] = "큰"
|
L["Large"] = "큰"
|
||||||
@@ -1485,6 +1489,7 @@ L["Top"] = "위"
|
|||||||
L["Top Left"] = "왼쪽 위"
|
L["Top Left"] = "왼쪽 위"
|
||||||
L["Top Right"] = "오른쪽 위"
|
L["Top Right"] = "오른쪽 위"
|
||||||
L["Top to Bottom"] = "위에서 아래로"
|
L["Top to Bottom"] = "위에서 아래로"
|
||||||
|
L["Toravon the Ice Watcher"] = "얼음 감시자 토라본"
|
||||||
L["Torghast"] = "토르가스트"
|
L["Torghast"] = "토르가스트"
|
||||||
L["Total Duration"] = "총 지속시간"
|
L["Total Duration"] = "총 지속시간"
|
||||||
L["Total Earned in this Season"] = "이번 시즌 전체 획득"
|
L["Total Earned in this Season"] = "이번 시즌 전체 획득"
|
||||||
|
|||||||
@@ -661,6 +661,10 @@ L["Dodge (%)"] = "Dodge (%)"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Dodge Rating"] = "Dodge Rating"
|
L["Dodge Rating"] = "Dodge Rating"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Doom Lord Kazzak"] = "Doom Lord Kazzak"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Doomwalker"] = "Doomwalker"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Down"] = "Down"
|
L["Down"] = "Down"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Down, then Centered Horizontal"] = "Down, then Centered Horizontal"
|
L["Down, then Centered Horizontal"] = "Down, then Centered Horizontal"
|
||||||
@@ -721,6 +725,8 @@ L["Elide"] = "Elide"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Elite"] = "Elite"
|
L["Elite"] = "Elite"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Emalon the Storm Watcher"] = "Emalon the Storm Watcher"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Emote"] = "Emote"
|
L["Emote"] = "Emote"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Empower Cast End"] = "Empower Cast End"
|
L["Empower Cast End"] = "Empower Cast End"
|
||||||
@@ -1310,6 +1316,8 @@ L["Kel'Thuzad"] = "Kel'Thuzad"
|
|||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Kil'jaeden"] = "Kil'jaeden"
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Koralon the Flame Watcher"] = "Koralon the Flame Watcher"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Kurinnaxx"] = "Kurinnaxx"
|
L["Kurinnaxx"] = "Kurinnaxx"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Lady Vashj"] = "Lady Vashj"
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
@@ -2536,6 +2544,8 @@ L["Top Left"] = "Topo à esquerda"
|
|||||||
L["Top Right"] = "Topo à direita"
|
L["Top Right"] = "Topo à direita"
|
||||||
L["Top to Bottom"] = "Do topo para base"
|
L["Top to Bottom"] = "Do topo para base"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
|
L["Toravon the Ice Watcher"] = "Toravon the Ice Watcher"
|
||||||
|
--[[Translation missing --]]
|
||||||
L["Torghast"] = "Torghast"
|
L["Torghast"] = "Torghast"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Total Duration"] = "Total Duration"
|
L["Total Duration"] = "Total Duration"
|
||||||
|
|||||||
@@ -466,6 +466,10 @@ L["Do Not Disturb"] = "Не беспокоить (DND)"
|
|||||||
L["Dodge"] = "Уклонение"
|
L["Dodge"] = "Уклонение"
|
||||||
L["Dodge (%)"] = "Уклонение (%)"
|
L["Dodge (%)"] = "Уклонение (%)"
|
||||||
L["Dodge Rating"] = "Показатель уклонения"
|
L["Dodge Rating"] = "Показатель уклонения"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Doom Lord Kazzak"] = "Doom Lord Kazzak"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Doomwalker"] = "Doomwalker"
|
||||||
L["Down"] = "Вниз"
|
L["Down"] = "Вниз"
|
||||||
L["Down, then Centered Horizontal"] = "Вниз > По горизонтали по центру"
|
L["Down, then Centered Horizontal"] = "Вниз > По горизонтали по центру"
|
||||||
L["Down, then Left"] = "Вниз > Слева"
|
L["Down, then Left"] = "Вниз > Слева"
|
||||||
@@ -498,6 +502,8 @@ L["Edge of Madness"] = "Грань Безумия"
|
|||||||
L["Effective Spell Id"] = "Effective Spell Id"
|
L["Effective Spell Id"] = "Effective Spell Id"
|
||||||
L["Elide"] = "Опускать слова"
|
L["Elide"] = "Опускать слова"
|
||||||
L["Elite"] = "Элитный"
|
L["Elite"] = "Элитный"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Emalon the Storm Watcher"] = "Emalon the Storm Watcher"
|
||||||
L["Emote"] = "Эмоция"
|
L["Emote"] = "Эмоция"
|
||||||
L["Empower Cast End"] = "Усиление завершено"
|
L["Empower Cast End"] = "Усиление завершено"
|
||||||
L["Empower Cast Interrupt"] = "Усиление прервано"
|
L["Empower Cast Interrupt"] = "Усиление прервано"
|
||||||
@@ -833,6 +839,8 @@ L["Keep Inside"] = "Только внутри"
|
|||||||
L["Kel'Thuzad"] = "Кел'Тузад"
|
L["Kel'Thuzad"] = "Кел'Тузад"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Kil'jaeden"] = "Kil'jaeden"
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Koralon the Flame Watcher"] = "Koralon the Flame Watcher"
|
||||||
L["Kurinnaxx"] = "Куриннакс"
|
L["Kurinnaxx"] = "Куриннакс"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Lady Vashj"] = "Lady Vashj"
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
@@ -1567,6 +1575,8 @@ L["Top"] = "Сверху"
|
|||||||
L["Top Left"] = "Сверху слева"
|
L["Top Left"] = "Сверху слева"
|
||||||
L["Top Right"] = "Сверху справа"
|
L["Top Right"] = "Сверху справа"
|
||||||
L["Top to Bottom"] = "Сверху вниз"
|
L["Top to Bottom"] = "Сверху вниз"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Toravon the Ice Watcher"] = "Toravon the Ice Watcher"
|
||||||
L["Torghast"] = "Торгаст"
|
L["Torghast"] = "Торгаст"
|
||||||
L["Total Duration"] = "Общее время"
|
L["Total Duration"] = "Общее время"
|
||||||
L["Total Earned in this Season"] = "Заработано в этом сезоне"
|
L["Total Earned in this Season"] = "Заработано в этом сезоне"
|
||||||
|
|||||||
@@ -450,6 +450,10 @@ L["Do Not Disturb"] = "忙碌"
|
|||||||
L["Dodge"] = "躲闪"
|
L["Dodge"] = "躲闪"
|
||||||
L["Dodge (%)"] = "躲闪 (%)"
|
L["Dodge (%)"] = "躲闪 (%)"
|
||||||
L["Dodge Rating"] = "躲闪等级"
|
L["Dodge Rating"] = "躲闪等级"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Doom Lord Kazzak"] = "Doom Lord Kazzak"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Doomwalker"] = "Doomwalker"
|
||||||
L["Down"] = "下"
|
L["Down"] = "下"
|
||||||
L["Down, then Centered Horizontal"] = "向下,然后水平居中"
|
L["Down, then Centered Horizontal"] = "向下,然后水平居中"
|
||||||
L["Down, then Left"] = "向下,然后向左"
|
L["Down, then Left"] = "向下,然后向左"
|
||||||
@@ -480,6 +484,8 @@ L["Edge of Madness"] = "疯狂之缘"
|
|||||||
L["Effective Spell Id"] = "有效法术 Id"
|
L["Effective Spell Id"] = "有效法术 Id"
|
||||||
L["Elide"] = "省略"
|
L["Elide"] = "省略"
|
||||||
L["Elite"] = "精英"
|
L["Elite"] = "精英"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Emalon the Storm Watcher"] = "Emalon the Storm Watcher"
|
||||||
L["Emote"] = "表情"
|
L["Emote"] = "表情"
|
||||||
L["Empower Cast End"] = "蓄力施法结束"
|
L["Empower Cast End"] = "蓄力施法结束"
|
||||||
L["Empower Cast Interrupt"] = "蓄力施法中断"
|
L["Empower Cast Interrupt"] = "蓄力施法中断"
|
||||||
@@ -806,6 +812,8 @@ L["Keep Inside"] = "保持在内"
|
|||||||
L["Kel'Thuzad"] = "克尔苏加德"
|
L["Kel'Thuzad"] = "克尔苏加德"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Kil'jaeden"] = "Kil'jaeden"
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Koralon the Flame Watcher"] = "Koralon the Flame Watcher"
|
||||||
L["Kurinnaxx"] = "库林纳克斯"
|
L["Kurinnaxx"] = "库林纳克斯"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Lady Vashj"] = "Lady Vashj"
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
@@ -1546,6 +1554,8 @@ L["Top"] = "上"
|
|||||||
L["Top Left"] = "左上"
|
L["Top Left"] = "左上"
|
||||||
L["Top Right"] = "右上"
|
L["Top Right"] = "右上"
|
||||||
L["Top to Bottom"] = "从上到下"
|
L["Top to Bottom"] = "从上到下"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Toravon the Ice Watcher"] = "Toravon the Ice Watcher"
|
||||||
L["Torghast"] = "托加斯特"
|
L["Torghast"] = "托加斯特"
|
||||||
L["Total Duration"] = "总计时长"
|
L["Total Duration"] = "总计时长"
|
||||||
L["Total Earned in this Season"] = "赛季总计获得"
|
L["Total Earned in this Season"] = "赛季总计获得"
|
||||||
|
|||||||
@@ -439,6 +439,10 @@ L["Do Not Disturb"] = "勿擾"
|
|||||||
L["Dodge"] = "閃躲"
|
L["Dodge"] = "閃躲"
|
||||||
L["Dodge (%)"] = "閃躲 (%)"
|
L["Dodge (%)"] = "閃躲 (%)"
|
||||||
L["Dodge Rating"] = "閃躲分數"
|
L["Dodge Rating"] = "閃躲分數"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Doom Lord Kazzak"] = "Doom Lord Kazzak"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Doomwalker"] = "Doomwalker"
|
||||||
L["Down"] = "下"
|
L["Down"] = "下"
|
||||||
L["Down, then Centered Horizontal"] = "向下,然後居中水平"
|
L["Down, then Centered Horizontal"] = "向下,然後居中水平"
|
||||||
L["Down, then Left"] = "先下後左"
|
L["Down, then Left"] = "先下後左"
|
||||||
@@ -469,6 +473,8 @@ L["Edge of Madness"] = "瘋狂之緣"
|
|||||||
L["Effective Spell Id"] = "有效法術 ID"
|
L["Effective Spell Id"] = "有效法術 ID"
|
||||||
L["Elide"] = "符合寬度"
|
L["Elide"] = "符合寬度"
|
||||||
L["Elite"] = "精英"
|
L["Elite"] = "精英"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Emalon the Storm Watcher"] = "Emalon the Storm Watcher"
|
||||||
L["Emote"] = "表情動作"
|
L["Emote"] = "表情動作"
|
||||||
L["Empower Cast End"] = "聚能施法結束"
|
L["Empower Cast End"] = "聚能施法結束"
|
||||||
L["Empower Cast Interrupt"] = "聚能施法中斷"
|
L["Empower Cast Interrupt"] = "聚能施法中斷"
|
||||||
@@ -795,6 +801,8 @@ L["Keep Inside"] = "保持在內"
|
|||||||
L["Kel'Thuzad"] = "克爾蘇加德"
|
L["Kel'Thuzad"] = "克爾蘇加德"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Kil'jaeden"] = "Kil'jaeden"
|
L["Kil'jaeden"] = "Kil'jaeden"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Koralon the Flame Watcher"] = "Koralon the Flame Watcher"
|
||||||
L["Kurinnaxx"] = "庫林納克斯"
|
L["Kurinnaxx"] = "庫林納克斯"
|
||||||
--[[Translation missing --]]
|
--[[Translation missing --]]
|
||||||
L["Lady Vashj"] = "Lady Vashj"
|
L["Lady Vashj"] = "Lady Vashj"
|
||||||
@@ -1520,6 +1528,8 @@ L["Top"] = "上"
|
|||||||
L["Top Left"] = "左上"
|
L["Top Left"] = "左上"
|
||||||
L["Top Right"] = "右上"
|
L["Top Right"] = "右上"
|
||||||
L["Top to Bottom"] = "上到下"
|
L["Top to Bottom"] = "上到下"
|
||||||
|
--[[Translation missing --]]
|
||||||
|
L["Toravon the Ice Watcher"] = "Toravon the Ice Watcher"
|
||||||
L["Torghast"] = "托迦司"
|
L["Torghast"] = "托迦司"
|
||||||
L["Total Duration"] = "總共持續時間"
|
L["Total Duration"] = "總共持續時間"
|
||||||
L["Total Earned in this Season"] = "賽季總共獲得"
|
L["Total Earned in this Season"] = "賽季總共獲得"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
## Interface: 30300
|
## Interface: 30300
|
||||||
## Title: WeakAuras
|
## Title: WeakAuras
|
||||||
## Author: The WeakAuras Team
|
## Author: The WeakAuras Team
|
||||||
## Version: 5.21.0
|
## Version: 5.21.2
|
||||||
## IconTexture: Interface\AddOns\WeakAuras\Media\Textures\icon.blp
|
## IconTexture: Interface\AddOns\WeakAuras\Media\Textures\icon.blp
|
||||||
## X-Flavor: 3.3.5
|
## X-Flavor: 3.3.5
|
||||||
## Notes: A powerful, comprehensive utility for displaying graphics and information based on buffs, debuffs, and other triggers.
|
## Notes: A powerful, comprehensive utility for displaying graphics and information based on buffs, debuffs, and other triggers.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
## Interface: 30300
|
## Interface: 30300
|
||||||
## Title: WeakAuras Archive
|
## Title: WeakAuras Archive
|
||||||
## Author: The WeakAuras Team
|
## Author: The WeakAuras Team
|
||||||
## Version: 5.21.0
|
## Version: 5.21.2
|
||||||
## X-IconTexture: Interface\AddOns\WeakAuras\Media\WeakAurasLogo
|
## X-IconTexture: Interface\AddOns\WeakAuras\Media\WeakAurasLogo
|
||||||
## LoadOnDemand: 1
|
## LoadOnDemand: 1
|
||||||
## SavedVariables: WeakAurasArchive
|
## SavedVariables: WeakAurasArchive
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
## Interface: 30300
|
## Interface: 30300
|
||||||
## Title: WeakAuras Model Paths
|
## Title: WeakAuras Model Paths
|
||||||
## Author: The WeakAuras Team
|
## Author: The WeakAuras Team
|
||||||
## Version: 5.21.0
|
## Version: 5.21.2
|
||||||
## IconTexture: Interface\AddOns\WeakAuras\Media\Textures\icon.blp
|
## IconTexture: Interface\AddOns\WeakAuras\Media\Textures\icon.blp
|
||||||
## Notes: Model paths for WeakAuras
|
## Notes: Model paths for WeakAuras
|
||||||
## Notes-esES: Las rutas de modelos para WeakAuras
|
## Notes-esES: Las rutas de modelos para WeakAuras
|
||||||
|
|||||||
@@ -1,51 +1,21 @@
|
|||||||
if not WeakAuras.IsLibsOK() then return end
|
if not WeakAuras.IsLibsOK() then return end
|
||||||
|
---@type string
|
||||||
local AddonName = ...
|
local AddonName = ...
|
||||||
|
---@class OptionsPrivate
|
||||||
local OptionsPrivate = select(2, ...)
|
local OptionsPrivate = select(2, ...)
|
||||||
|
|
||||||
OptionsPrivate.changelog = {
|
OptionsPrivate.changelog = {
|
||||||
versionString = '5.21.0',
|
versionString = '5.21.2',
|
||||||
dateString = '2026-01-12',
|
dateString = '2026-01-30',
|
||||||
fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.20.7...5.21.0',
|
fullChangeLogUrl = 'https://github.com/WeakAuras/WeakAuras2/compare/5.21.1...5.21.2',
|
||||||
highlightText = [==[
|
highlightText = [==[
|
||||||
- TBC Anniversary support
|
- Add Titan encounter info]==], commitText = [==[InfusOnWoW (2):
|
||||||
- Fixes for Titan realms
|
|
||||||
- Improvements for Masque support
|
|
||||||
- Deprecation warning for Midnight]==], commitText = [==[InfusOnWoW (2):
|
|
||||||
|
|
||||||
- Add a warning to the WeakAuras window about Midnight (#6126)
|
|
||||||
- Update Discord List
|
|
||||||
|
|
||||||
NoM0Re (6):
|
|
||||||
|
|
||||||
- TBC Anniversary support
|
|
||||||
- Retail: TOC Bump
|
|
||||||
- Mists: TOC Bump
|
|
||||||
- Titan: remove unused talent_types_specific
|
|
||||||
- MiniTalent: fix closing the widget after selecting a talent
|
|
||||||
- Titan: Raid Launch Fixes
|
|
||||||
|
|
||||||
Stanzilla (2):
|
|
||||||
|
|
||||||
- Update WeakAurasModelPaths from wago.tools
|
- Update WeakAurasModelPaths from wago.tools
|
||||||
- Update Discord List
|
- Remove retail .toc files and disabled model path update for retail
|
||||||
|
|
||||||
StormFX (1):
|
NoM0Re (1):
|
||||||
|
|
||||||
- Fix Masque glow support. (Closes #6098)
|
- Titan: add next phase encounter list
|
||||||
|
|
||||||
dependabot[bot] (5):
|
|
||||||
|
|
||||||
- Bump actions/upload-artifact from 5 to 6
|
|
||||||
- Bump peter-evans/create-pull-request from 7 to 8
|
|
||||||
- Bump leafo/gh-actions-luarocks from 5 to 6
|
|
||||||
- Bump cbrgm/mastodon-github-action from 2.1.19 to 2.1.22
|
|
||||||
- Bump peter-evans/create-pull-request from 6 to 7
|
|
||||||
|
|
||||||
github-actions[bot] (2):
|
|
||||||
|
|
||||||
- Update WeakAurasModelPaths from wago.tools (#6130)
|
|
||||||
- Update WeakAurasModelPaths from wago.tools (#6121)
|
|
||||||
|
|
||||||
]==]
|
]==]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ local Private = select(2, ...)
|
|||||||
|
|
||||||
local L = WeakAuras.L
|
local L = WeakAuras.L
|
||||||
|
|
||||||
local optionsVersion = "5.21.0 Beta"
|
local optionsVersion = "5.21.2 Beta"
|
||||||
|
|
||||||
if optionsVersion ~= WeakAuras.versionString then
|
if optionsVersion ~= WeakAuras.versionString then
|
||||||
local message = string.format(L["The WeakAuras Options Addon version %s doesn't match the WeakAuras version %s. If you updated the addon while the game was running, try restarting World of Warcraft. Otherwise try reinstalling WeakAuras"],
|
local message = string.format(L["The WeakAuras Options Addon version %s doesn't match the WeakAuras version %s. If you updated the addon while the game was running, try restarting World of Warcraft. Otherwise try reinstalling WeakAuras"],
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
## Interface: 30300
|
## Interface: 30300
|
||||||
## Title: WeakAuras Options
|
## Title: WeakAuras Options
|
||||||
## Author: The WeakAuras Team
|
## Author: The WeakAuras Team
|
||||||
## Version: 5.21.0
|
## Version: 5.21.2
|
||||||
## IconTexture: Interface\AddOns\WeakAuras\Media\Textures\icon.blp
|
## IconTexture: Interface\AddOns\WeakAuras\Media\Textures\icon.blp
|
||||||
## Notes: Options for WeakAuras
|
## Notes: Options for WeakAuras
|
||||||
## Notes-esES: Opciones para WeakAuras
|
## Notes-esES: Opciones para WeakAuras
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
## Interface: 30300
|
## Interface: 30300
|
||||||
## Title: WeakAuras Templates
|
## Title: WeakAuras Templates
|
||||||
## Author: The WeakAuras Team
|
## Author: The WeakAuras Team
|
||||||
## Version: 5.21.0
|
## Version: 5.21.2
|
||||||
## IconTexture: Interface\AddOns\WeakAuras\Media\Textures\icon.blp
|
## IconTexture: Interface\AddOns\WeakAuras\Media\Textures\icon.blp
|
||||||
## Notes: Templates for WeakAuras
|
## Notes: Templates for WeakAuras
|
||||||
## Notes-esES: Plantillas para WeakAuras
|
## Notes-esES: Plantillas para WeakAuras
|
||||||
|
|||||||
Reference in New Issue
Block a user