Try rename the crowdin file (#24545)

This commit is contained in:
Hamish Willee
2025-03-19 13:48:48 +11:00
committed by GitHub
parent 879c71d3fd
commit 4e8683b5a9
2 changed files with 1 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
"base_path": "../"
"preserve_hierarchy": true
"files": [
{
"source": "docs/en/**/*.md",
"translation": "docs/%two_letters_code%/**/%original_file_name%"
}
]