summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-07-31 11:54:51 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-07-31 11:54:51 +0200
commit41e675a9b027a2565d94f84dc33fa6628caf9a59 (patch)
tree0010f146b0bc00e6b8ee472cca0e1f06ca7e9e4a
parente87827a9215163948d0a68b9a33e56af8709762e (diff)
downloadbackoffice-41e675a9b027a2565d94f84dc33fa6628caf9a59.tar.gz
backoffice-41e675a9b027a2565d94f84dc33fa6628caf9a59.tar.bz2
backoffice-41e675a9b027a2565d94f84dc33fa6628caf9a59.zip
i18n
Adding Spanish translation and gettin all the translation files compiled by the main Makefile.
-rw-r--r--Makefile.in7
-rw-r--r--talerbackoffice/backoffice/templates/locale/es/LC_MESSAGES/messages.po27
2 files changed, 33 insertions, 1 deletions
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|@prefix[@]|$(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 <stanisci.m@gmail.com>, 2018.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PROJECT VERSION\n"
+"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
+"POT-Creation-Date: 2018-07-31 11:29+0200\n"
+"PO-Revision-Date: 2018-07-31 11:53+0200\n"
+"Last-Translator: Marcello Stanisci <stanisci.m@gmail.com>\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."