gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-docs-landing] branch master updated: fix warning.


From: gnunet
Subject: [GNUnet-SVN] [taler-docs-landing] branch master updated: fix warning.
Date: Mon, 24 Sep 2018 16:35:38 +0200

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

marcello pushed a commit to branch master
in repository docs-landing.

The following commit(s) were added to refs/heads/master by this push:
     new e4ad022  fix warning.
e4ad022 is described below

commit e4ad0228b1e984fffc78ba7ac4a16777eeef9792
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Sep 24 16:35:27 2018 +0200

    fix warning.
---
 template.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template.py b/template.py
index 457c111..d2048e8 100755
--- a/template.py
+++ b/template.py
@@ -53,7 +53,7 @@ for in_file in glob.glob("*.j2"):
         # TODO: check if file exists
         return "../" + x
 
-    for l in ("en", "de", "it", "es"):
+    for l in ("en", "de", "it", "es", "fr", "pt", "ru"):
         locale = os.path.basename(l)
 
         if os.path.isdir(os.path.join("./locale/", locale)):

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



reply via email to

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