crowding to match qgc (#24544)

This commit is contained in:
Hamish Willee 2025-03-19 13:40:56 +11:00 committed by GitHub
parent cd889dadc2
commit 879c71d3fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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