diff --git a/crowdin.yml b/crowdin.yml index 632ea9ffe..c4ca8dcae 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -16,28 +16,30 @@ # Files configuration # files: [ - { - "source": "core/src/main/resources/l10n/messages.properties", - "translation": "core/src/main/resources/l10n/messages_%two_letters_code%.properties", + { + "source": "core/src/main/resources/l10n/messages.properties", + "dest": "core/src/main/resources/l10n/messages_%two_letters_code%.properties", + "translation": "core/src/main/resources/l10n/messages_%two_letters_code%.properties", - "type": "properties", + "type": "properties", - # 3 - escape single quote by another single quote only in strings containing variables ( {0} ). - "escape_quotes": 3, + # 3 - escape single quote by another single quote only in strings containing variables ( {0} ). + "escape_quotes": 3, - # 0 - do not escape special characters - "escape_special_characters": 0 - }, - { - "source": "core/src/main/resources/l10n/messages.properties", - "translation": "core/src/main/resources/l10n/messages_%locale_with_underscore%.properties", + # 0 - do not escape special characters + "escape_special_characters": 0 + }, + { + "source": "core/src/main/resources/l10n/messages.properties", + "dest": "core/src/main/resources/l10n/messages_%locale_with_underscore%.properties", + "translation": "core/src/main/resources/l10n/messages_%locale_with_underscore%.properties", - "type": "properties", + "type": "properties", - # 3 - escape single quote by another single quote only in strings containing variables ( {0} ). - "escape_quotes": 3, + # 3 - escape single quote by another single quote only in strings containing variables ( {0} ). + "escape_quotes": 3, - # 0 - do not escape special characters - "escape_special_characters": 0 - } + # 0 - do not escape special characters + "escape_special_characters": 0 + } ] \ No newline at end of file