From ddf720c9a745c9777812c17494e720977e28b8fe Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Mon, 28 Mar 2022 16:02:11 +0000 Subject: [PATCH] chore(crowdin): escape single quotes with backslash --- crowdin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crowdin.yml b/crowdin.yml index b81afd0a..b4e5be93 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -2,5 +2,7 @@ commit_message: "[ci skip]" files: - source: /app/Language/en/*.php translation: /app/Language/%two_letters_code%/%original_file_name% + escape_quotes: 1 - source: /modules/**/Language/en/*.php translation: /modules/**/Language/%two_letters_code%/%original_file_name% + escape_quotes: 1