From b817a2053a4f89b12688aa4e65341ebf497c6557 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Tue, 13 Feb 2024 23:21:49 +0000 Subject: [PATCH] Dont escape quotes or chars --- crowdin.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index 82ebcb6..c34b608 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,5 @@ files: - source: src/main/resources/lang/installer.properties - translation: /src/main/resources/lang/installer_%locale_with_underscore%.properties \ No newline at end of file + translation: /src/main/resources/lang/installer_%locale_with_underscore%.properties + escape_quotes: 0 + escape_special_characters: 0 \ No newline at end of file