Skip to content

Commit 1290c5d

Browse files
committed
Enable fuzzy translations in Sphinx build process
1 parent 355e21c commit 1290c5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-lint-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- run: git pull
4747
working-directory: ./Doc/locales/fa/LC_MESSAGES
4848
- uses: sphinx-doc/github-problem-matcher@v1.1
49-
- run: make -e SPHINXOPTS="--color -D language='fa' -W --keep-going" html
49+
- run: make -e SPHINXOPTS="--color -D language='fa' -D gettext_allow_fuzzy_translations=True -W --keep-going" html
5050
working-directory: ./Doc
5151
- uses: actions/upload-artifact@master
5252
if: success() || failure()

0 commit comments

Comments
 (0)