gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: move to contrib later


From: gnunet
Subject: [taler-anastasis] branch master updated: move to contrib later
Date: Thu, 10 Sep 2020 11:41:10 +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 1c6270b  move to contrib later
1c6270b is described below

commit 1c6270b5df76843e51aa18fe45e95173934a0dc6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Sep 10 11:41:06 2020 +0200

    move to contrib later
---
 src/lib/redux.ch.json        | 20 ++++++++++++++++++++
 src/lib/redux.countries.json | 17 +++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/src/lib/redux.ch.json b/src/lib/redux.ch.json
new file mode 100644
index 0000000..63b900b
--- /dev/null
+++ b/src/lib/redux.ch.json
@@ -0,0 +1,20 @@
+{
+    "required_attributes": [
+       {
+           "type": "string",
+           "name": "full_name",
+           "label": "Full name",
+           "label_i18n":{"de":"Vollstaendiger Name"},
+           "widget": "ANASTASIS_IA_full_name"
+       },
+       {
+           "type": "date",
+           "name": "birthdate",
+           "label": "Birthdate",
+           "label_i18n":{"de":"Geburtsdatum"},
+           "widget": "ANASTASIS_IA_birthdate"
+       }
+       ],
+}
+
+
diff --git a/src/lib/redux.countries.json b/src/lib/redux.countries.json
new file mode 100644
index 0000000..1756a2c
--- /dev/null
+++ b/src/lib/redux.countries.json
@@ -0,0 +1,17 @@
+{
+    "countries": [
+       { "code" : "ch",
+         "continent" : "Europe",
+         "name" : "Switzerland",
+         "name_i18n" : { "de":"Schweiz" },
+         "currency": "CHR"
+       },
+       { "code" : "de",
+         "name" : "Germany",
+         "continent" : "Europe",
+         "continent_i18n" : { "de" : "Europa" },
+         "name_i18n" : { "de_CH":"Grosses Kanton" },
+         "currency": "EUR"
+       },
+    ]
+}

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