crowdin.yml - fix typo (#24543)

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

View File

@ -7,7 +7,7 @@
"files": [
{
"source": "/docs/en/**/*.md",
"ignore": ["/docs/en/_sidebar.md",],
"ignore": ["/docs/en/_sidebar.md"],
"translation": "/docs/%two_letters_code%/**/%original_file_name%"
}
]