[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis] branch master updated: add japan
From: |
gnunet |
Subject: |
[taler-anastasis] branch master updated: add japan |
Date: |
Sat, 03 Jul 2021 00:13:27 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository anastasis.
The following commit(s) were added to refs/heads/master by this push:
new 825a9ed add japan
825a9ed is described below
commit 825a9ed3901509c366a8c0acb1dc2c7ce021dc6a
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sat Jul 3 00:13:24 2021 +0200
add japan
---
contrib/Makefile.am | 1 +
contrib/redux.countries.json | 12 ++++++++++
contrib/redux.jp.json | 55 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 68 insertions(+)
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index b0721dc..b69a624 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -17,6 +17,7 @@ pkgdata_DATA = \
redux.ch.json \
redux.de.json \
redux.in.json \
+ redux.jp.json \
redux.us.json \
redux.xx.json \
redux.xy.json \
diff --git a/contrib/redux.countries.json b/contrib/redux.countries.json
index d021054..3342290 100644
--- a/contrib/redux.countries.json
+++ b/contrib/redux.countries.json
@@ -38,6 +38,18 @@
},
"currency": "INR"
},
+ {
+ "code" : "jp",
+ "name" : "Japan",
+ "continent" : "Asia",
+ "continent_i18n" : { "en_EN" : "Japan" },
+ "name_i18n" : {
+ "de_DE": "Japan",
+ "de_CH": "Japan",
+ "en_UK": "Japan"
+ },
+ "currency": "JPY"
+ },
{
"code" : "us",
"name" : "United States of America (USA)",
diff --git a/contrib/redux.jp.json b/contrib/redux.jp.json
new file mode 100644
index 0000000..bd658e2
--- /dev/null
+++ b/contrib/redux.jp.json
@@ -0,0 +1,55 @@
+{
+ "required_attributes": [
+ {
+ "type": "string",
+ "name": "full_name",
+ "label": "Full name",
+ "label_i18n":{
+ "de_DE": "Vollständiger Name",
+ "de_CH": "Vollständiger Name",
+ "fr": "Nom complet",
+ "en": "Full name"
+ },
+ "widget": "anastasis_gtk_ia_full_name",
+ "uuid" : "9e8f463f-575f-42cb-85f3-759559997331"
+ },
+ {
+ "type": "date",
+ "name": "birthdate",
+ "label": "Birthdate",
+ "label_i18n":{
+ "de_DE":"Geburtsdatum",
+ "de_CH":"Geburtsdatum",
+ "fr":"Date de naissance",
+ "en":"Birthdate"
+ },
+ "widget": "anastasis_gtk_ia_birthdate",
+ "uuid" : "83d655c7-bdb6-484d-904e-80c1058c8854"
+ },
+ {
+ "type": "string",
+ "name": "birthplace",
+ "label": "Birthplace",
+ "label_i18n":{
+ "de_CH":"Geburtsort",
+ "de_CH":"Geburtsort",
+ "fr":"Place de naissance",
+ "en":"Birthplace"
+ },
+ "widget": "anastasis_gtk_ia_birthplace",
+ "uuid" : "4c822e8e-89c6-11eb-95c4-8b077ad8489f"
+ },
+ {
+ "type": "string",
+ "name": "my_number",
+ "label": "My number",
+ "label_i18n":{
+ "en": "My number",
+ "jp": "マイナンバー"
+ },
+ "widget": "anastasis_gtk_ia_my_jp",
+ "uuid": "90848f42-a83e-4226-8186-329696c14152",
+ "validation-regex": "^[0-9]{12}$"
+ }
+ ]
+}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis] branch master updated: add japan,
gnunet <=