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: avoid line breaks in


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: avoid line breaks in languages menu
Date: Fri, 23 Apr 2021 17:30:08 +0200

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 7f03ce9  avoid line breaks in languages menu
7f03ce9 is described below

commit 7f03ce9d19cad09c6a3877fedb4d322c9fc00923
Author: MS <ms@taler.net>
AuthorDate: Fri Apr 23 17:30:04 2021 +0200

    avoid line breaks in languages menu
---
 talermerchantdemos/httpcommon/__init__.py | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/talermerchantdemos/httpcommon/__init__.py 
b/talermerchantdemos/httpcommon/__init__.py
index c11cca9..894cd7a 100644
--- a/talermerchantdemos/httpcommon/__init__.py
+++ b/talermerchantdemos/httpcommon/__init__.py
@@ -138,21 +138,21 @@ class Deadline:
 
 
 all_languages = {
-    "en": "English [en]",
-    "ar": "Arabic [ar]",
-    "zh_Hant": "Chinese [zh]",
-    "fr": "French [fr]",
-    "de": "German [de]",
-    "hi": "Hindi [hi]",
-    "it": "Italian [it]",
-    "ja": "Japanese [ja]",
-    "ko": "Korean [ko]",
-    "pt": "Portuguese [pt]",
-    "pt_BR": "Portuguese (Brazil) [pt_BR]",
-    "ru": "Russian [ru]",
-    "es": "Spanish [es]",
-    "sv": "Swedish [sv]",
-    "tr": "Turkish [tr]",
+    "en": "English&nbsp;[en]",
+    "ar": "Arabic&nbsp;[ar]",
+    "zh_Hant": "Chinese&nbsp;[zh]",
+    "fr": "French&nbsp;[fr]",
+    "de": "German&nbsp;[de]",
+    "hi": "Hindi&nbsp;[hi]",
+    "it": "Italian&nbsp;[it]",
+    "ja": "Japanese&nbsp;[ja]",
+    "ko": "Korean&nbsp;[ko]",
+    "pt": "Portuguese&nbsp;[pt]",
+    "pt_BR": "Portuguese (Brazil)&nbsp;[pt_BR]",
+    "ru": "Russian&nbsp;[ru]",
+    "es": "Spanish&nbsp;[es]",
+    "sv": "Swedish&nbsp;[sv]",
+    "tr": "Turkish&nbsp;[tr]",
 }
 
 

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