diff --git a/.github/workflows/docs_crowdin_download.yml b/.github/workflows/docs_crowdin_download.yml index 8dfc412bae..90a372f75d 100644 --- a/.github/workflows/docs_crowdin_download.yml +++ b/.github/workflows/docs_crowdin_download.yml @@ -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