From 21535759de7624ee436684407bf45f1e5be93dda Mon Sep 17 00:00:00 2001 From: Adeel Khan Date: Mon, 24 Feb 2020 12:56:25 +0500 Subject: [PATCH] Use django-statici18n to generate djangojs.js --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0f1a955239..2ad6d0c123 100644 --- a/Makefile +++ b/Makefile @@ -51,6 +51,7 @@ pull_translations: ## pull translations from Transifex git clean -fdX conf/locale/rtl git clean -fdX conf/locale/eo i18n_tool validate + paver i18n_compilejs detect_changed_source_translations: ## check if translation files are up-to-date