gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: add pot file and build system logic


From: gnunet
Subject: [taler-bank] branch master updated: add pot file and build system logic to create it
Date: Tue, 20 Oct 2020 09:54:23 +0200

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

grothoff pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new fed7fa1  add pot file and build system logic to create it
     new 512356b  Merge branch 'master' of git+ssh://git.taler.net/bank
fed7fa1 is described below

commit fed7fa1b865824d9adf03dbb071b0d4e0701d5b4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Oct 20 09:54:12 2020 +0200

    add pot file and build system logic to create it
---
 Makefile                                                      | 5 ++++-
 talerbank/app/locale/de/LC_MESSAGES/django.po                 | 2 +-
 talerbank/app/locale/{de/LC_MESSAGES/django.po => django.pot} | 3 +--
 talerbank/app/locale/it/LC_MESSAGES/django.po                 | 2 +-
 4 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 13964ca..689501c 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,10 @@ i18n-strings:
 
 .PHONY: i18n
 i18n:
-       python3 manage.py compilemessages
+       python3 manage.py makemessages -l en
+    mv talerbank/app/locale/en/LC_MESSAGES/django.po 
talerbank/app/locale/django.pot
+    rm -r talerbank/app/locale/en/
+    python3 manage.py compilemessages
 
 .PHONY: install-global
 install-global:
diff --git a/talerbank/app/locale/de/LC_MESSAGES/django.po 
b/talerbank/app/locale/de/LC_MESSAGES/django.po
index d7b67e3..be9ad43 100644
--- a/talerbank/app/locale/de/LC_MESSAGES/django.po
+++ b/talerbank/app/locale/de/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-19 10:32+0000\n"
+"POT-Creation-Date: 2020-10-20 07:51+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/talerbank/app/locale/de/LC_MESSAGES/django.po 
b/talerbank/app/locale/django.pot
similarity index 97%
copy from talerbank/app/locale/de/LC_MESSAGES/django.po
copy to talerbank/app/locale/django.pot
index d7b67e3..563e881 100644
--- a/talerbank/app/locale/de/LC_MESSAGES/django.po
+++ b/talerbank/app/locale/django.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-19 10:32+0000\n"
+"POT-Creation-Date: 2020-10-20 07:52+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,7 +17,6 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
 #: talerbank/app/templates/login.html:29
 msgid "Please login!"
 msgstr ""
diff --git a/talerbank/app/locale/it/LC_MESSAGES/django.po 
b/talerbank/app/locale/it/LC_MESSAGES/django.po
index b6b354f..cedbf97 100644
--- a/talerbank/app/locale/it/LC_MESSAGES/django.po
+++ b/talerbank/app/locale/it/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-10-19 10:32+0000\n"
+"POT-Creation-Date: 2020-10-20 07:51+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"

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