We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06901c9 commit d195a66Copy full SHA for d195a66
.github/workflows/test-translation.yml
@@ -49,11 +49,11 @@ jobs:
49
- uses: actions/checkout@master
50
with:
51
ref: ${{ matrix.version }}
52
- path: Doc/locales/zh-cn/LC_MESSAGES
+ path: Doc/locales/zh_CN/LC_MESSAGES
53
- run: git pull
54
- working-directory: ./Doc/locales/zh-cn/LC_MESSAGES
+ working-directory: ./Doc/locales/zh_CN/LC_MESSAGES
55
- uses: sphinx-doc/[email protected]
56
- - run: make -e SPHINXOPTS="--color -D language='zh-cn' -W --keep-going" ${{ matrix.format }}
+ - run: make -e SPHINXOPTS="--color -D language='zh_CN' -W --keep-going" ${{ matrix.format }}
57
working-directory: ./Doc
58
- uses: actions/upload-artifact@master
59
if: success() || failure()
0 commit comments