PX4-Autopilot/docs/crowdin.yml
Hamish Willee e0d15b7a80
Cleanup docs crowdin download (#24504)
* Strip out most of the debugging

* Try fix up the matching paths
2025-03-13 18:24:39 +11:00

14 lines
295 B
YAML

"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
"base_path": "../"
"preserve_hierarchy": true
"files": [
{
"source": "/docs/en/**/*.md",
"ignore": ["/docs/en/_sidebar.md",],
"translation": "/docs/%two_letters_code%/**/%original_file_name%"
}
]