diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c340e73491..c526c531fd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -53,7 +53,7 @@ jobs: - name: Check translations run: | - ./manage.py makemessages -a # --no-location --no-obsolete + ./manage.py makemessages -a --no-location --no-obsolete -v 3 ./manage.py compilemessages ls -als