From ab47ef7287eae9a9f75563dcf91e94496b7612cf Mon Sep 17 00:00:00 2001 From: Julian Raufelder Date: Mon, 12 Jul 2021 15:34:00 +0200 Subject: [PATCH] Use %android_code% to fix lowercase r preceded in region if used The language is defined by a two-letter ISO 639-1 language code, optionally followed by a two letter ISO 3166-1-alpha-2 region code (preceded by lowercase r). If no r is preceded in e.g. 'en-rUS', build fails. --- .crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.crowdin.yml b/.crowdin.yml index be49e3b0..93dfa9cb 100644 --- a/.crowdin.yml +++ b/.crowdin.yml @@ -2,7 +2,7 @@ escape_special_characters: 0 commit_message: '[ci skip]' files: - source: /presentation/src/main/res/values/strings.xml - translation: /presentation/src/main/res/values-%two_letters_code%/%original_file_name% + translation: /presentation/src/main/res/values-%android_code%/%original_file_name% skip_untranslated_strings: true skip_untranslated_files: false export_only_approved: false