gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: add dk


From: gnunet
Subject: [taler-anastasis] branch master updated: add dk
Date: Sat, 03 Jul 2021 23:12:49 +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 dfc820f  add dk
dfc820f is described below

commit dfc820f037021a4c728cedaac1c3cb51f7d46364
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sat Jul 3 23:12:46 2021 +0200

    add dk
---
 contrib/Makefile.am          |  1 +
 contrib/redux.countries.json | 11 +++++++++
 contrib/redux.dk.json        | 55 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 67 insertions(+)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 80ccc0f..a78b9e8 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -19,6 +19,7 @@ pkgdata_DATA = \
   redux.ch.json \
   redux.cz.json \
   redux.de.json \
+  redux.dk.json \
   redux.in.json \
   redux.jp.json \
   redux.sk.json \
diff --git a/contrib/redux.countries.json b/contrib/redux.countries.json
index 4f4d4a4..88fded4 100644
--- a/contrib/redux.countries.json
+++ b/contrib/redux.countries.json
@@ -59,6 +59,17 @@
                "currency": "EUR",
                "call_code" : "+49"
        },
+       {
+               "code" : "dk",
+               "name" : "Denmark",
+               "continent" : "Europe",
+               "continent_i18n" : { "de_DE" : "Europa" },
+               "name_i18n" : {
+                       "en_UK": "Denmark"
+                },
+               "currency": "DKK",
+               "call_code" : "+45"
+       },
        {
                "code" : "in",
                "name" : "India",
diff --git a/contrib/redux.dk.json b/contrib/redux.dk.json
new file mode 100644
index 0000000..2d60bcb
--- /dev/null
+++ b/contrib/redux.dk.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": "cpr_number",
+           "label": "CPR-nummer",
+           "label_i18n":{
+               "en": "CPR Number",
+               "dk": "CPR-nummer"
+           },
+           "widget": "anastasis_gtk_ia_cpr_dk",
+            "uuid": "38f13a4d-4302-4ada-ada1-c3ff4a8ff689",
+           "validation-regex": 
"^(0[1-9]|[1-2][0-9]|30|31)((0[1-9]|10|11|12))[0-9]{2}-[0-9]{4}$"
+       }
+    ]
+}

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