mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
* [ACS-12385] Fix en-AU collision * [ACS-12385] remove comments * [ACS-12385] Diff by SHA instead of a remote-tracking branch name
20 lines
452 B
YAML
20 lines
452 B
YAML
"project_id": "13"
|
|
"api_token_env": "CROWDIN_TOKEN"
|
|
"base_path": "."
|
|
"base_url": "https://hyland.api.crowdin.com"
|
|
"preserve_hierarchy": true
|
|
"files": [
|
|
{
|
|
"source": "/**/**/i18n/en.json",
|
|
"translation": "/%original_path%/%two_letters_code%.%file_extension%",
|
|
"export_only_approved": "true",
|
|
"update_option": "update_without_changes",
|
|
|
|
"languages_mapping": {
|
|
"two_letters_code": {
|
|
"en-AU": "en-AU"
|
|
}
|
|
}
|
|
}
|
|
]
|