summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-01 22:38:21 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-01 22:38:21 +0200
commit0e60574acfb81d6bc279aac469e023e5c689a21d (patch)
tree32f7e2aabba2bdfcf3d113c2ca3430d9d21d3747 /contrib
parentc291d70a2e05409738ae30db468438fffc4e63e2 (diff)
downloadanastasis-0e60574acfb81d6bc279aac469e023e5c689a21d.tar.gz
anastasis-0e60574acfb81d6bc279aac469e023e5c689a21d.tar.bz2
anastasis-0e60574acfb81d6bc279aac469e023e5c689a21d.zip
let there be Spain
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am1
-rw-r--r--contrib/pp/.gitignore3
-rw-r--r--contrib/redux.countries.json11
-rw-r--r--contrib/redux.es.json50
-rw-r--r--contrib/tos/.gitignore3
5 files changed, 68 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index a360ab5..a2bdf27 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -55,6 +55,7 @@ pkgdata_DATA = \
redux.cz.json \
redux.de.json \
redux.dk.json \
+ redux.es.json \
redux.in.json \
redux.it.json \
redux.jp.json \
diff --git a/contrib/pp/.gitignore b/contrib/pp/.gitignore
new file mode 100644
index 0000000..fb83616
--- /dev/null
+++ b/contrib/pp/.gitignore
@@ -0,0 +1,3 @@
+sphinx.err
+sphinx.log
+_build/
diff --git a/contrib/redux.countries.json b/contrib/redux.countries.json
index aaaf134..8fb2e99 100644
--- a/contrib/redux.countries.json
+++ b/contrib/redux.countries.json
@@ -73,6 +73,17 @@
"call_code" : "+45"
},
{
+ "code" : "es",
+ "name" : "Spain",
+ "continent" : "Europe",
+ "continent_i18n" : { "es_ES" : "Europa" },
+ "name_i18n" : {
+ "es_ES": "España"
+ },
+ "currency": "EUR",
+ "call_code" : "+44"
+ },
+ {
"code" : "in",
"name" : "India",
"continent" : "India",
diff --git a/contrib/redux.es.json b/contrib/redux.es.json
new file mode 100644
index 0000000..5926b6d
--- /dev/null
+++ b/contrib/redux.es.json
@@ -0,0 +1,50 @@
+{
+ "license": "GPLv3+",
+ "SPDX-License-Identifier": "GPL3.0-or-later",
+ "required_attributes": [
+ {
+ "type": "string",
+ "name": "full_name",
+ "label": "Full name",
+ "widget": "anastasis_gtk_ia_full_name",
+ "uuid" : "9e8f463f-575f-42cb-85f3-759559997331"
+ },
+ {
+ "type": "date",
+ "name": "birthdate",
+ "label": "Birthdate",
+ "widget": "anastasis_gtk_ia_birthdate",
+ "uuid" : "83d655c7-bdb6-484d-904e-80c1058c8854"
+ },
+ {
+ "type": "string",
+ "name": "birthplace",
+ "label": "Birthplace",
+ "widget": "anastasis_gtk_ia_birthplace",
+ "uuid" : "4c822e8e-89c6-11eb-95c4-8b077ad8489f"
+ },
+ {
+ "type": "string",
+ "name": "tax_number",
+ "label": "Tax number",
+ "label_i18n":{
+ "es_ES":"Número de Identificación Fiscal (DNI, NIE)",
+ },
+ "widget": "anastasis_gtk_ia_es_dni",
+ "uuid" : "ac8bd865-6be8-445c-b650-6a18eef16a49",
+ "validation-regex": "^[0-9MXYZ][0-9]{7}[TRWAGMYFPDXBNJZSQVHLCKE]$",
+ "validation-logic": "ES_DNI_check"
+ },
+ {
+ "type": "string",
+ "name": "ssn_number",
+ "label": "Social security number",
+ "label_i18n":{
+ "es_ES":"Número de Seguridad Social",
+ },
+ "widget": "anastasis_gtk_ia_es_ssn",
+ "uuid" : "22396a19-f3bb-497e-b63a-961fd639140e",
+ "validation-regex": "^[0-9]{11}$"
+ }
+ ]
+}
diff --git a/contrib/tos/.gitignore b/contrib/tos/.gitignore
new file mode 100644
index 0000000..fb83616
--- /dev/null
+++ b/contrib/tos/.gitignore
@@ -0,0 +1,3 @@
+sphinx.err
+sphinx.log
+_build/