forked from MapComplete/MapComplete
Add check that translation for a certain theme is complete, add a few missing dutch translations
This commit is contained in:
parent
4c2beb5334
commit
4fcd3523b7
7 changed files with 63 additions and 4 deletions
|
@ -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": [
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
"nl",
|
||||
"en"
|
||||
],
|
||||
"mustHaveLanguage": [
|
||||
"nl"
|
||||
],
|
||||
"maintainer": "",
|
||||
"icon": "./assets/themes/natuurpunt/natuurpunt.png",
|
||||
"version": "0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue