-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrowdin.yml
More file actions
24 lines (22 loc) · 802 Bytes
/
crowdin.yml
File metadata and controls
24 lines (22 loc) · 802 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
"project_id_env" : CROWDIN_PROJECT_ID
"api_token_env" : CROWDIN_PERSONAL_TOKEN
"preserve_hierarchy" : true
"files": [
{
"source": "/deeds-dapp-webapp/src/main/webapp/static/i18n/messages.properties",
"translation": "/deeds-dapp-webapp/src/main/webapp/static/i18n/%file_name%_%two_letters_code%.properties",
"dest": "/dapp/messages.properties",
"type": "properties",
"escape_quotes": 0,
"escape_special_characters": 0
}
,
{
"source": "deeds-dapp-webapp/src/main/webapp/static/i18n/tenantPlaceholder.properties",
"translation": "/deeds-dapp-webapp/src/main/webapp/static/i18n/%file_name%_%two_letters_code%.properties",
"dest": "/dapp/tenant.properties",
"type": "properties",
"escape_quotes": 0,
"escape_special_characters": 0
}
]