gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-backoffice] 01/02: Include .mo(s) among prefix-insta


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] 01/02: Include .mo(s) among prefix-installed bundle.
Date: Mon, 03 Sep 2018 15:32:12 +0200

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

marcello pushed a commit to branch master
in repository backoffice.

commit bf0ee5b6a14d512d98cb659607ffb44c68ae6705
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Sep 3 09:45:51 2018 +0200

    Include .mo(s) among prefix-installed bundle.
---
 setup.py                                             | 7 +++++++
 talerbackoffice/backoffice/backoffice.py             | 8 ++++----
 talerbackoffice/backoffice/templates/backoffice.html | 2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/setup.py b/setup.py
index b898565..55be455 100755
--- a/setup.py
+++ b/setup.py
@@ -18,6 +18,13 @@ setup(name='talerbackoffice',
               "backoffice/static/*.css",
               "backoffice/static/*.svg",
               "backoffice/templates/*.html",
+              "backoffice/templates/translations/it/LC_MESSAGES/messages.mo",
+              "backoffice/templates/translations/en/LC_MESSAGES/messages.mo",
+              "backoffice/templates/translations/de/LC_MESSAGES/messages.mo",
+              "backoffice/templates/translations/es/LC_MESSAGES/messages.mo",
+              "backoffice/templates/translations/pt/LC_MESSAGES/messages.mo",
+              "backoffice/templates/translations/fr/LC_MESSAGES/messages.mo",
+              "backoffice/templates/translations/ru/LC_MESSAGES/messages.mo",
               "backoffice/static/web-common/*.png",
               "backoffice/static/web-common/*.css",
               "backoffice/static/web-common/*.js",
diff --git a/talerbackoffice/backoffice/backoffice.py 
b/talerbackoffice/backoffice/backoffice.py
index e828310..206e527 100644
--- a/talerbackoffice/backoffice/backoffice.py
+++ b/talerbackoffice/backoffice/backoffice.py
@@ -60,10 +60,10 @@ LANGUAGES = {
 @babel.localeselector
 def get_locale():
 
-  # Locale extraction should be made from the URL.
-  return "en"
-
-  # To be activated once the i18n machinery is up.
+  return "it"
+  
+  # BUG: qs is always empty.
+  print("get_locale dead code")
   qs = get_query_string().decode("utf-8")
   for token in qs.split("/"):
     if "" == token:
diff --git a/talerbackoffice/backoffice/templates/backoffice.html 
b/talerbackoffice/backoffice/templates/backoffice.html
index 063a28f..324779a 100644
--- a/talerbackoffice/backoffice/templates/backoffice.html
+++ b/talerbackoffice/backoffice/templates/backoffice.html
@@ -11,7 +11,7 @@
 
   <br />
   <div>
-    <span style="margin-right: 10px;">Current instance:</span>
+    <span style="margin-right: 10px;">{% trans %}Current instance:{% endtrans 
%}</span>
     <select id="instance" onchange="change_instance();">
       {% for instance in instances %}
         <option value="{{ instance }}">{{ instance }}</option>  

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



reply via email to

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