feat: Release v1.3.4 - Fix l10n initialization error and complete WotLKDB taint analysis

This commit is contained in:
Xurkon
2026-03-18 17:35:22 -05:00
parent aed0daf4ce
commit 35b581d6a9
8 changed files with 71 additions and 16 deletions
+6 -6
View File
@@ -5,14 +5,14 @@ local l10n = QuestieLoader:ImportModule("l10n")
-- StaticPopup has very limited width, so text is split to many lines.
local msg = {
l10n("You're trying to use Questie addon"),
l10n("on an unsupported WoW game client!"),
"You're trying to use Questie addon",
"on an unsupported WoW game client!",
l10n("WoW \"retail\" and private servers"),
l10n("are not supported."),
"WoW \"retail\" and private servers",
"are not supported.",
l10n("Questie only supports"),
l10n("WoW Classic (Era/Wrath)!"),
"Questie only supports",
"WoW Classic (Era/Wrath)!",
}
StaticPopupDialogs["QUESTIE_VERSION_ERROR"] = {