Skip to content

Commit d195a66

Browse files
chore: fix locale spell
1 parent 06901c9 commit d195a66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-translation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
- uses: actions/checkout@master
5050
with:
5151
ref: ${{ matrix.version }}
52-
path: Doc/locales/zh-cn/LC_MESSAGES
52+
path: Doc/locales/zh_CN/LC_MESSAGES
5353
- run: git pull
54-
working-directory: ./Doc/locales/zh-cn/LC_MESSAGES
54+
working-directory: ./Doc/locales/zh_CN/LC_MESSAGES
5555
- uses: sphinx-doc/[email protected]
56-
- run: make -e SPHINXOPTS="--color -D language='zh-cn' -W --keep-going" ${{ matrix.format }}
56+
- run: make -e SPHINXOPTS="--color -D language='zh_CN' -W --keep-going" ${{ matrix.format }}
5757
working-directory: ./Doc
5858
- uses: actions/upload-artifact@master
5959
if: success() || failure()

0 commit comments

Comments
 (0)