gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-www] branch master updated: i18n: make templates


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: i18n: make templates
Date: Thu, 19 Jan 2017 19:47:46 +0100

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

tg pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 5ca8d8c  i18n: make templates
5ca8d8c is described below

commit 5ca8d8c1c1658e0ccbdeeb21cb7b187ef2e1d917
Author: tg(x) <address@hidden>
AuthorDate: Thu Jan 19 19:49:27 2017 +0100

    i18n: make templates
---
 Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 84bf821..7d5e6be 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: template
+all: locale template
        cd web-common && tsc taler-wallet-lib.ts
 
 locale/messages.pot: *.j2 common/*.j2
@@ -11,14 +11,14 @@ locale-update: locale/messages.pot
        pybabel update -i locale/messages.pot -d locale -l it --previous
        pybabel update -i locale/messages.pot -d locale -l es --previous
 
-locale-compile: locale-update
+locale-compile:
        pybabel compile -d locale -l en --use-fuzzy
        pybabel compile -d locale -l de --use-fuzzy
        pybabel compile -d locale -l fr --use-fuzzy
        pybabel compile -d locale -l it --use-fuzzy
        pybabel compile -d locale -l es --use-fuzzy
 
-locale: locale-compile
+locale: locale-update locale-compile
 
-template: locale
+template: locale-compile
        ./template.sh

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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