Files
alfresco-content-app/crowdin.yml
T
Shivangi Shree 84f3a639e8 [ACS-12385] Fix en-AU collision (#5330)
* [ACS-12385] Fix en-AU collision

* [ACS-12385] remove comments

* [ACS-12385] Diff by SHA instead of a remote-tracking branch name
2026-08-05 15:34:27 +05:30

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"
}
}
}
]