From c16a4d8ff74f14bc6accc66c612931d09013ca03 Mon Sep 17 00:00:00 2001 From: bubblobill <45483160+bubblobill@users.noreply.github.com> Date: Sat, 21 Dec 2024 15:41:27 +0800 Subject: [PATCH 1/2] update crowdin.yml to force escaping single quotes with '' --- crowdin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/crowdin.yml b/crowdin.yml index b3c672b9d8..eb6625784f 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,4 @@ files: - source: /src/main/resources/net/rptools/maptool/language/i18n.properties translation: /%original_path%/%file_name%_%locale_with_underscore%.%file_extension% + escape_quotes: 1 From 26502c266a1b8deba08ea8beb5ac47605a766ce1 Mon Sep 17 00:00:00 2001 From: bubblobill <45483160+bubblobill@users.noreply.github.com> Date: Tue, 24 Dec 2024 11:23:11 +0800 Subject: [PATCH 2/2] changed escape method --- crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index eb6625784f..ba40a88dbd 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,4 +1,4 @@ files: - source: /src/main/resources/net/rptools/maptool/language/i18n.properties translation: /%original_path%/%file_name%_%locale_with_underscore%.%file_extension% - escape_quotes: 1 + escape_quotes: 3