Remove TODO
This commit is contained in:
parent
128f0ec014
commit
25f159926e
1 changed files with 0 additions and 11 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Reference in a new issue