gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: update README to mention weblate


From: gnunet
Subject: [taler-bank] branch master updated: update README to mention weblate
Date: Tue, 20 Oct 2020 09:58:39 +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 27dfcd1  update README to mention weblate
27dfcd1 is described below

commit 27dfcd1cbf5d637c212e39e1381870d578958411
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Oct 20 09:58:38 2020 +0200

    update README to mention weblate
---
 Makefile |  8 ++++----
 README   | 13 ++++++++++++-
 2 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index 689501c..c2c837c 100644
--- a/Makefile
+++ b/Makefile
@@ -17,13 +17,13 @@ endif
 i18n-strings:
        python3 manage.py makemessages -l it
        python3 manage.py makemessages -l de
-
-
-.PHONY: i18n
-i18n:
+# Also update template for new languages
        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/
+
+.PHONY: i18n
+i18n:
     python3 manage.py compilemessages
 
 .PHONY: install-global
diff --git a/README b/README
index 309b1c2..d2970e9 100644
--- a/README
+++ b/README
@@ -1,7 +1,10 @@
 
 This code implements a bank Web portal that tightly integrates
 with the GNU Taler payment system.  The bank it primarily meant
-be used as part of a demonstrator for the Taler system.
+be used as part of a demonstrator for the Taler system, but
+can also be used in standalone deployments for a regional/local
+currency.
+
 
 HOW TO INSTALL THE BANK
 =======================
@@ -10,6 +13,7 @@ From the repository's top directory, run
 
 $ ./configure --destination=local|global
 
+
 I18N
 ====
 
@@ -31,6 +35,10 @@ particular, it produces the PO file for the language being 
added.
 
 $ python3 manage.py makemessages -l $LANG
 
+However, you should probably use https://weblate.taler.net/ to add
+new languages instead.
+
+
 HOW TO CONFIGURE THE BANK
 =========================
 
@@ -55,11 +63,13 @@ allow_registrations = YES
 base_url = http://localhost:5882/
 suggested_exchange = http://localhost:5884/
 
+
 HOW TO LAUNCH THE BANK
 ======================
 
 $ taler-bank-manage serve
 
+
 RUNNING TESTS
 =============
 
@@ -67,6 +77,7 @@ From the repository's top directory:
 
 $ make check
 
+
 HOW TO FORCE MIGRATIONS
 =======================
 

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