Fix wolf tl tab
This commit is contained in:
parent
59e702698b
commit
89687a54c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Reference in a new issue