mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-07 18:59:29 +08:00
14 lines
341 B
YAML
14 lines
341 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","docs/en/advanced_config/parameter_reference.md"],
|
|
"translation": "docs/%two_letters_code%/**/%original_file_name%"
|
|
}
|
|
]
|