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
+1 -1
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