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: fix language switche


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: fix language switcher
Date: Sat, 28 Aug 2021 17:10:59 +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 ed242c8  fix language switcher
ed242c8 is described below

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

    fix language switcher
---
 talermerchantdemos/httpcommon/__init__.py | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/talermerchantdemos/httpcommon/__init__.py 
b/talermerchantdemos/httpcommon/__init__.py
index 8d3357c..01b5c84 100644
--- a/talermerchantdemos/httpcommon/__init__.py
+++ b/talermerchantdemos/httpcommon/__init__.py
@@ -144,20 +144,20 @@ class Deadline:
 
 all_languages = {
     "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]",
+    "ar": "عربى&nbsp;[ar]",
+    "zh_Hant": "繁體中文&nbsp;[zh]",
+    "fr": "Français&nbsp;[fr]",
+    "de": "Deutsch&nbsp;[de]",
+    "hi": "हिंदी&nbsp;[hi]",
+    "it": "Italiano&nbsp;[it]",
+    "ja": "日本語&nbsp;[ja]",
+    "ko": "한국어&nbsp;[ko]",
+    "pt": "Português&nbsp;[pt]",
+    "pt_BR": "Português (Brazil)&nbsp;[pt_BR]",
+    "ru": "Ру́сский язы́к&nbsp;[ru]",
+    "es": "Español&nbsp;[es]",
+    "sv": "Svenska&nbsp;[sv]",
+    "tr": "Türk&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]