crowdin.yml - fix ignore to be an array (#24502)

This commit is contained in:
Hamish Willee 2025-03-13 17:04:54 +11:00 committed by GitHub
parent b677247ea0
commit 617fdd875e
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%"
}
]