gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-bank] branch master updated: Compile PO upon installation


From: gnunet
Subject: [taler-bank] branch master updated: Compile PO upon installation
Date: Mon, 19 Oct 2020 12:23:35 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new fd441cc  Compile PO upon installation
fd441cc is described below

commit fd441ccb95b50afd71ebe973b24d2911f0ffd070
Author: MS <ms@taler.net>
AuthorDate: Mon Oct 19 12:23:29 2020 +0200

    Compile PO upon installation
---
 Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 082927f..0ac63a0 100644
--- a/Makefile
+++ b/Makefile
@@ -8,11 +8,15 @@ all:
 .PHONY: install
 
 ifeq ($(install_global), true)
-install: install-global
+install: i18n install-global
 else
-install: install-local
+install: i18n install-local
 endif
 
+.PHONY: i18n
+i18n:
+       python3 manage.py compilemessages
+
 .PHONY: install-global
 install-global:
        pip3 install .

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]