From 4ec046ef688f1acf3ed5f2d0f38a4a23f4255a68 Mon Sep 17 00:00:00 2001 From: ErLullo Date: Thu, 15 Jan 2026 14:59:21 +0100 Subject: [PATCH] Added \r and \n to Replace --- share/locale/english/quest/pre_qc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/locale/english/quest/pre_qc.py b/share/locale/english/quest/pre_qc.py index 256bfa9..f1255c9 100644 --- a/share/locale/english/quest/pre_qc.py +++ b/share/locale/english/quest/pre_qc.py @@ -104,7 +104,7 @@ def Replace(lines, parameter_table, keys): else: tokens = my_split_with_seps( s, - ["\t", ",", " ", "=", "[", "]", "-", "<", ">", "~", "!", ".", "(", ")"], + ["\t", ",", " ", "=", "[", "]", "-", "<", ">", "~", "!", ".", "(", ")", "\r", "\n"], ) for key in keys: try: