From ba3fd76ea62cb273790c62799be32f7e9a5ccf95 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Thu, 22 Oct 2020 06:34:48 +0530 Subject: [PATCH] fix(crowdin): do not invalidate approved strings --- curriculum/crowdin.yml | 2 +- docs/crowdin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/crowdin.yml b/curriculum/crowdin.yml index 07c64c8a5b..f864931b1c 100644 --- a/curriculum/crowdin.yml +++ b/curriculum/crowdin.yml @@ -28,6 +28,6 @@ files: [ # } # }, - "update_option": "update_as_unapproved" + "update_option": "update_without_changes" } ] diff --git a/docs/crowdin.yml b/docs/crowdin.yml index 2be592b07f..3f76a06573 100644 --- a/docs/crowdin.yml +++ b/docs/crowdin.yml @@ -23,6 +23,6 @@ files: [ # } # }, - "update_option": "update_as_unapproved" + "update_option": "update_without_changes" } ]