gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-backoffice] branch master updated: i18n


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] branch master updated: i18n
Date: Tue, 31 Jul 2018 11:56:01 +0200

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

marcello pushed a commit to branch master
in repository backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new 41e675a  i18n
41e675a is described below

commit 41e675a9b027a2565d94f84dc33fa6628caf9a59
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jul 31 11:54:51 2018 +0200

    i18n
    
    Adding Spanish translation and gettin all the translation
    files compiled by the main Makefile.
---
 Makefile.in                                        |  7 +++++-
 .../templates/locale/es/LC_MESSAGES/messages.po    | 27 ++++++++++++++++++++++
 2 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index aa2e1dc..0565e4b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,6 +3,7 @@ INSTALL_PROGRAM = $(INSTALL)
 INSTALL_DATA = $(INSTALL) -m 644
 prefix = @prefix@
 srcdir = @srcdir@
+SUBDIRS = talerbackoffice/backoffice/templates
 
 script_templates = taler-merchant-backoffice backoffice.wsgi
 templates = Makefile $(script_templates)
@@ -10,9 +11,13 @@ ava = js/node_modules/.bin/ava
 edit = sed -e 's|@address@hidden|$(prefix)|g'
 
 .PHONY: all
-all: $(templates)
+all: $(SUBDIRS) $(templates)
        cd talerbackoffice/backoffice/static/web-common && make && cd -
 
+.PHONY: $(SUBDIRS) 
+$(SUBDIRS):
+       $(MAKE) -C $@
+
 Makefile: Makefile.in
        ./config.status $@
 
diff --git 
a/talerbackoffice/backoffice/templates/locale/es/LC_MESSAGES/messages.po 
b/talerbackoffice/backoffice/templates/locale/es/LC_MESSAGES/messages.po
new file mode 100644
index 0000000..b44c00c
--- /dev/null
+++ b/talerbackoffice/backoffice/templates/locale/es/LC_MESSAGES/messages.po
@@ -0,0 +1,27 @@
+# Translations template for PROJECT.
+# Copyright (C) 2018 ORGANIZATION
+# This file is distributed under the same license as the PROJECT project.
+# Marko Stanisky <address@hidden>, 2018.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PROJECT VERSION\n"
+"Report-Msgid-Bugs-To: address@hidden"
+"POT-Creation-Date: 2018-07-31 11:29+0200\n"
+"PO-Revision-Date: 2018-07-31 11:53+0200\n"
+"Last-Translator: Marcello Stanisci <address@hidden>\n"
+"Language-Team: English\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Generated-By: Babel 2.3.4\n"
+"Language: en_US\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: backoffice.html.j2:4
+msgid ""
+"This is the Taler backoffice facility. Through it, the user can see the "
+"money flow from Taler transactions to wire transfers and viceversa."
+msgstr ""
+"This is the Taler backoffice facility. Through it, the user can see the "
+"money flow from Taler transactions to wire transfers and viceversa."

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



reply via email to

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