gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-merchant-demos] branch master updated: include SV / ES arti


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: include SV / ES articles
Date: Thu, 04 Feb 2021 15:36:44 +0100

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

ms pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new 78be162  include SV / ES articles
78be162 is described below

commit 78be16209bb05af96eb9dc20da15b517c61bc5fd
Author: MS <ms@taler.net>
AuthorDate: Thu Feb 4 15:20:14 2021 +0100

    include SV / ES articles
---
 talermerchantdemos/blog/content.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/blog/content.py 
b/talermerchantdemos/blog/content.py
index f4e37fe..00064df 100644
--- a/talermerchantdemos/blog/content.py
+++ b/talermerchantdemos/blog/content.py
@@ -133,7 +133,7 @@ def add_from_html(resource_name, lang):
 
 for l in listdir(resource_filename("talermerchantdemos", "blog/articles/")):
     # Filter by active languages, otherwise this takes quite a while to load...
-    if l in { "en", "de" }:
+    if l in { "en", "de", "sv", "es" }:
         LOGGER.info("importing %s" % l)
         for a in listdir(resource_filename ("talermerchantdemos", 
"blog/articles/" + l)):
             add_from_html("blog/articles/" + l + "/" + a, l)

-- 
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]