-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrowdin.yml
25 lines (25 loc) · 1.26 KB
/
crowdin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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: /cgeo-contacts/res/values/strings.xml
translation: /cgeo-contacts/res/values-%two_letters_code%/%original_file_name%
translate_attributes: 0
content_segmentation: 0
- source: /cgeo-contacts/project/playstore/description/_source/*.txt
translation: /cgeo-contacts/project/playstore/description/translated/%language%/%original_file_name%
content_segmentation: 1
- 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