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: add other languages


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: add other languages to cache
Date: Sat, 28 Aug 2021 17:06:30 +0200

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

grothoff 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 ee3e5aa  add other languages to cache
ee3e5aa is described below

commit ee3e5aa7a92026a3ed1de7a6aecbc29c2be79dcb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Aug 28 17:06:28 2021 +0200

    add other languages to cache
---
 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 c046c45..d049718 100644
--- a/talermerchantdemos/blog/content.py
+++ b/talermerchantdemos/blog/content.py
@@ -138,7 +138,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", "sv", "es"}:
+    if l in {"en", "ar", "zh", "fr", "hi", "it", "ja", "ko", "pt", "pt_BR", 
"ru", "tr", "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]