From 25f159926eb208a0d42b04fff6198cbb96d937ab Mon Sep 17 00:00:00 2001 From: DazedAnon Date: Thu, 2 Jan 2025 13:47:46 -0600 Subject: [PATCH] Remove TODO --- modules/rpgmakerplugin.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/modules/rpgmakerplugin.py b/modules/rpgmakerplugin.py index 6cc4027..73f8592 100644 --- a/modules/rpgmakerplugin.py +++ b/modules/rpgmakerplugin.py @@ -191,17 +191,6 @@ def translatePlugin(data, pbar, filename, translatedList): speaker = "" newline = r"\n" - """ - Plugin List - Quest Name: QuestName[\\]+":[\\]+"(.*?)[\\]+" - Quest Client: QuestClientName[\\]+":[\\]+"(.*?)[\\]+" - Quest Location: QuestLocation[\\]+":[\\]+"(.*?)[\\]+" - Quest Target Location: PlaceInformation[\\]+":[\\]+"(.*?)[\\]+" - Quest Summary: QuestContent[\\]+":[\\]+"[\\]+"(.*?)[\\]+" - Quest Goal: ObjectiveContent[\\]+":[\\]+"[\\]+"(.*?)[\\]+" - - TODO TL all of the above in one call instead of multiple - """ # Quest Name regex = r'[\\]+"QuestName[\\]+":[\\]+"(.*?)[\\]+"' matchList = re.findall(regex, data[i])