From 984d12e332ba6dae8a02be9ff128533e613a2878 Mon Sep 17 00:00:00 2001 From: J-E Castagnede Date: Wed, 2 Oct 2024 18:36:55 +0200 Subject: [PATCH] fix lint --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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