From 0b43957f0d5ee4c66dfc8733497ea2954db99999 Mon Sep 17 00:00:00 2001 From: voodoorai2000 Date: Fri, 16 Nov 2018 14:58:55 +0100 Subject: [PATCH] Maintain translations for other languages after updatin main language When updating the translation for an English key (the base language) Crowdin was removing that key from all other languages. With this configuration option, translations for other languages should be maintained. --- crowdin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/crowdin.yml b/crowdin.yml index 732b93dd5..6f1561d54 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,6 +1,7 @@ files: - source: /config/locales/en/**.yml translation: /config/locales/%locale%/%original_file_name% + update_option: update_without_changes languages_mapping: locale: ar: ar