generated from LizardByte/template-base
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathcrowdin.yml
More file actions
25 lines (24 loc) · 690 Bytes
/
crowdin.yml
File metadata and controls
25 lines (24 loc) · 690 Bytes
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
---
"base_path": "."
"base_url": "https://api.crowdin.com" # optional (for Crowdin Enterprise only)
"preserve_hierarchy": true
"pull_request_title": "chore(l10n): update translations"
"pull_request_labels": [
"crowdin",
"l10n"
]
"files": [
{
"source": "/*.md",
"dest": "/%original_path%/%original_file_name%",
"translation": "/locale/%two_letters_code%/%original_path%/%original_file_name%",
"languages_mapping": {
"two_letters_code": {
# map non-two letter codes here, left side is crowdin designation, right side is babel designation
"en-GB": "en_GB",
"en-US": "en_US"
}
},
"update_option": "update_as_unapproved"
}
]