Add check that translation for a certain theme is complete, add a few missing dutch translations

This commit is contained in:
Pieter Vander Vennet 2021-10-01 04:49:19 +02:00
parent 4c2beb5334
commit 4fcd3523b7
7 changed files with 63 additions and 4 deletions

View file

@ -461,7 +461,8 @@
"options": [
{
"question": {
"en": "Wheelchair accessible"
"en": "Wheelchair accessible",
"nl": "Rolstoel toegankelijk"
},
"osmTags": "wheelchair=yes"
}
@ -472,7 +473,8 @@
"options": [
{
"question": {
"en": "Has a changing table"
"en": "Has a changing table",
"nl": "Heeft een luiertafel"
},
"osmTags": "changing_table=yes"
}
@ -483,7 +485,8 @@
"options": [
{
"question": {
"en": "Free to use"
"en": "Free to use",
"nl": "Gratis toegankelijk"
},
"osmTags": {
"or": [

View file

@ -17,6 +17,9 @@
"nl",
"en"
],
"mustHaveLanguage": [
"nl"
],
"maintainer": "",
"icon": "./assets/themes/natuurpunt/natuurpunt.png",
"version": "0",