-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcrowdin.yml
37 lines (34 loc) · 1.17 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
26
27
28
29
30
31
32
33
34
35
36
37
#
# Your Crowdin credentials
#
"project_id_env" : "CROWDIN_PROJECT_ID"
"api_token_env" : "CROWDIN_PERSONAL_TOKEN"
"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" : "/gamification-crowdin-webapp/src/main/resources/locale/addon/Gamification_en.properties",
"translation" : "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%",
"translation_replace" : {YML_CROWDIN_LANGUAGES_ARG},
"dest" : "hub/gamification__crowdin/Gamification.properties",
"update_option" : "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes" : 0,
},{
"source" : "/gamification-crowdin-webapp/src/main/resources/locale/portlet/CrowdinWebHookManagement_en.properties",
"translation" : "%original_path%/%file_name%!_%locale_with_underscore%.%file_extension%",
"translation_replace" : {YML_CROWDIN_LANGUAGES_ARG},
"dest" : "hub/gamification__crowdin/CrowdinWebHookManagement.properties",
"update_option" : "update_as_unapproved",
"escape_special_characters": 0,
"escape_quotes" : 0,
}
]