From 89687a54c056979c17c4ae7327582b540cc246c7 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Fri, 23 Jan 2026 16:43:44 -0600 Subject: [PATCH] Fix wolf tl tab --- gui/translation_tab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/translation_tab.py b/gui/translation_tab.py index a052cd0..197359a 100644 --- a/gui/translation_tab.py +++ b/gui/translation_tab.py @@ -1075,7 +1075,7 @@ class TranslationTab(QWidget): ["JSON", [".json"], handleJSON], ["Lune", [".l"], handleLune], ["NScript", [".nscript"], handleOnscripter], - ["Wolf RPG", [".txt"], handleWOLF], + ["Wolf RPG", [".json"], handleWOLF], ["Wolf RPG 2", [".txt"], handleWOLF2], ["Regex", [".txt", ".json", ".script", ".csv"], handleRegex], ["Text", [".txt", ".srt"], handleText],