-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowdin.yml
18 lines (18 loc) · 894 Bytes
/
crowdin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pull_request_title: "Translations from Crowdin"
pull_request_labels: ["Translation"]
commit_message: "%original_file_name% - %language% translation [skip ci]"
append_commit_message: false
files:
- source: /main/src/main/res/values/strings.xml
translation: /main/src/main/res/values-%two_letters_code%/%original_file_name%
translate_attributes: 0
content_segmentation: 0
- source: /main/project/playstore/description/_source/*.txt
translation: /main/project/playstore/description/translated/%language%/%original_file_name%
content_segmentation: 1
- source: /main/src/main/res/raw/changelog_base.md
translation: /main/src/main/res/raw-%two_letters_code%/%original_file_name%
content_segmentation: 1
- source: /main/src/main/res/raw/changelog_bugfix.md
translation: /main/src/main/res/raw-%two_letters_code%/%original_file_name%
content_segmentation: 1