From e67130509587eee399efe874ee4a82187c2c6246 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Wed, 21 Jan 2026 11:36:47 -0600 Subject: [PATCH] Both spots --- modules/regex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: