docs_crowdin_download.yml - attempt to fix chinese with code zh-CN (#24562)

This commit is contained in:
Hamish Willee 2025-03-19 19:04:03 +11:00 committed by GitHub
parent 5e1df797e0
commit e63b09da63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ jobs:
fail-fast: false
max-parallel: 1 # Should be 1 to avoid parallel builds
matrix:
lc: [ko, uk, zh] # Target languages https://developer.crowdin.com/language-codes/
lc: [ko, uk, zh-CN] # Target languages https://developer.crowdin.com/language-codes/
steps:
- name: Checkout
uses: actions/checkout@v4