From b24706f72c97bf63dd0c9491c8179be0a3dcc9c6 Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Mon, 12 Jul 2021 13:18:55 +0200 Subject: [PATCH] Hopefully this fixes that some translation are not exported --- .crowdin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.crowdin.yml b/.crowdin.yml index 09afd72a..be49e3b0 100644 --- a/.crowdin.yml +++ b/.crowdin.yml @@ -4,3 +4,5 @@ files: - source: /presentation/src/main/res/values/strings.xml translation: /presentation/src/main/res/values-%two_letters_code%/%original_file_name% skip_untranslated_strings: true + skip_untranslated_files: false + export_only_approved: false