From 96f4a9857292e204788437d583038056696d9f3f Mon Sep 17 00:00:00 2001 From: krmax44 Date: Mon, 4 Mar 2024 17:26:36 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20update=20translation?= =?UTF-8?q?=20job=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 3ad707751..76d3c6ad8 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -14,7 +14,7 @@ permissions: contents: write jobs: - test: + translations: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 From 342df205dda8e1e6017ee9a444307e70fccb80ad Mon Sep 17 00:00:00 2001 From: krmax44 Date: Mon, 4 Mar 2024 17:29:32 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A9=B9=20ignore=20LICENSE.txt=20in=20?= =?UTF-8?q?makemessages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68db1d1ff..c1389dc7d 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,4 @@ requirements: requirements.in requirements-dev.in requirements-production.in pip-compile requirements-production.in messagesde: - django-admin makemessages -l de --ignore public --ignore froide-env --ignore node_modules --ignore htmlcov --add-location file + django-admin makemessages -l de --ignore public --ignore froide-env --ignore node_modules --ignore htmlcov --ignore LICENSE.txt --add-location file