From 3ad13d3e380c79a7785b04d44eb47468696cc34e Mon Sep 17 00:00:00 2001 From: Ruggero Corsaletti Date: Thu, 15 May 2025 17:51:47 +0200 Subject: [PATCH] AAE-34992 Improve crowdin update strategy (#10865) --- crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index 957385d117..9df169a69e 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -8,6 +8,6 @@ "source": "/**/**/i18n/en.json", "translation": "/%original_path%/%two_letters_code%.%file_extension%", "export_only_approved": "true", - "update_option": "update_as_unapproved" + "update_option": "update_without_changes" } ]