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.
This commit is contained in:
Julian Raufelder 2021-07-12 15:34:00 +02:00
parent b24706f72c
commit ab47ef7287
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D

View File

@ -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