generated from carpentries/workbench-template-md
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrowdin.yml
29 lines (26 loc) · 956 Bytes
/
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
26
27
28
29
#
# Your Crowdin credentials
#
project_id_env: &project_id CROWDIN_PROJECT_ID
api_token_env: CROWDIN_API_TOKEN
project_id: *project_id
base_path: "."
base_url: "https://api.crowdin.com"
#
# Choose file structure in Crowdin
# e.g. true or false
#
preserve_hierarchy: true
#
# Files configuration
#
files:
- source: /locale/**/LC_MESSAGES/**/*.po
dest: /hub-champion-training/**/%original_file_name%
translation: /locale/%locale_with_underscore%/LC_MESSAGES/**/%original_file_name%
- source: /media/episodes/introduction/interactive-computing.png
dest: /hub-champion-training/%original_path%/%original_file_name%
translation: /locale/%locale_with_underscore%/LC_MESSAGES/%original_path%/%original_file_name%
- source: /media/episodes/introduction/hub-overview.png
dest: /hub-champion-training/%original_path%/%original_file_name%
translation: /locale/%locale_with_underscore%/LC_MESSAGES/%original_path%/%original_file_name%