Both spots
This commit is contained in:
parent
c341f6dfb5
commit
e671305095
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ def translateRegex(data, filename, translatedList):
|
|||
jaString = match.group(1)
|
||||
|
||||
# Replace linebreaks
|
||||
jaString = jaString.replace('\n', ' ')
|
||||
jaString = jaString.replace('\\n', ' ')
|
||||
|
||||
# Pass 1 - Collect for batch translation
|
||||
if not translatedList:
|
||||
|
|
|
|||
Loading…
Reference in a new issue