Skip to content

Commit ed0e68c

Browse files
authored
lint.sh: fix po files path
1 parent 3c49d69 commit ed0e68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ make build ALLSPHINXOPTS="$opts"
2828
# Update translation files with latest POT
2929
sphinx-intl update -d locale -p build/gettext -l pt_BR
3030

31-
cd ${PYDOC_LANGUAGE}/LC_MESSAGES
31+
cd locale/${PYDOC_LANGUAGE}/LC_MESSAGES
3232
sphinx-lint | tee $(realpath "$rootdir/logs/sphinxlint.txt")
3333

3434
# Undo changes that disabled literal blocks

0 commit comments

Comments
 (0)