cryptomator-android/.crowdin.yml
Julian Raufelder ab47ef7287
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.
2021-07-12 15:34:00 +02:00

9 lines
312 B
YAML

escape_special_characters: 0
commit_message: '[ci skip]'
files:
- source: /presentation/src/main/res/values/strings.xml
translation: /presentation/src/main/res/values-%android_code%/%original_file_name%
skip_untranslated_strings: true
skip_untranslated_files: false
export_only_approved: false