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:
parent
b24706f72c
commit
ab47ef7287
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user