Fix wolf tl tab

This commit is contained in:
dazedanon 2026-01-23 16:43:44 -06:00
parent 59e702698b
commit 89687a54c0

View file

@ -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],