gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: currency symbol, not name


From: gnunet
Subject: [taler-docs] branch master updated: currency symbol, not name
Date: Thu, 05 Oct 2023 20:51:05 +0200

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 5cc07ff3 currency symbol, not name
5cc07ff3 is described below

commit 5cc07ff3609e04c2afb3a043d1f0b8948cb16c01
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Oct 5 20:51:01 2023 +0200

    currency symbol, not name
---
 design-documents/051-fractional-digits.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/design-documents/051-fractional-digits.rst 
b/design-documents/051-fractional-digits.rst
index c24234ac..fb803567 100644
--- a/design-documents/051-fractional-digits.rst
+++ b/design-documents/051-fractional-digits.rst
@@ -88,9 +88,10 @@ provisioned by all three services.
           let num_fractional_trailing_zero_digits: Int
           // true for “$ 3.50”; false for “3,50 €”
           let is_currency_name_leading: Bool
-          // map of powers of 10 to alternative currency names, must
+          // map of powers of 10 to alternative currency names / symbols, must
           // always have an entry under "0" that defines the base name,
-          // e.g.  "0 => EUR". For BTC, would be "0 => BTC, -3 => mBTC". 
+          // e.g.  "0 => €" or "3 => k€". For BTC, would be "0 => BTC, -3 => 
mBTC".
+          // This way, we can also communicate the currency symbol to be used.
           let alt_unit_names: Map<Int, String>
       }
 

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