diff --git a/modules/regex.py b/modules/regex.py index 416e265..98a9c08 100644 --- a/modules/regex.py +++ b/modules/regex.py @@ -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: