mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
docs_crowdin_download.yml - attempt to fix chinese with code zh-CN (#24562)
This commit is contained in:
parent
5e1df797e0
commit
e63b09da63
2
.github/workflows/docs_crowdin_download.yml
vendored
2
.github/workflows/docs_crowdin_download.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user