From a1135bb9eb506484168f207ba1e2e42a160cfe5d Mon Sep 17 00:00:00 2001 From: Jan Rydzewski Date: Wed, 18 Oct 2023 12:31:47 +0200 Subject: [PATCH] Force fetching translation files from transifex --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a5b8db1b..29145fda4 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ coverage: coverage report --precision=2 tx-pull: - tx pull -a + tx pull -a --force cd two_factor; django-admin compilemessages cd example; django-admin compilemessages