Merge branches

This commit is contained in:
pietervdvn 2022-01-11 11:32:46 +01:00
commit 722493cf9c
4 changed files with 14 additions and 6 deletions

View file

@ -126,6 +126,13 @@
"de": "Zebrastreifen"
},
"hideInAnswer": true
},
{
"if": "crossing=unmarked",
"then": {
"en": "Crossing without crossing markings",
"nl": "Oversteekplaats zonder kruispuntmarkeringen"
}
}
]
},

View file

@ -2169,6 +2169,9 @@
},
"2": {
"then": "Zebra crossing"
},
"3": {
"then": "Crossing without crossing markings"
}
},
"question": "What kind of crossing is this?"
@ -3371,11 +3374,6 @@
"render": "Note"
}
},
"note_import": {
"title": {
"render": "Possible feature"
}
},
"observation_tower": {
"description": "Towers with a panoramic view",
"name": "Observation towers",

View file

@ -2180,6 +2180,9 @@
},
"2": {
"then": "Zebrapad"
},
"3": {
"then": "Oversteekplaats zonder kruispuntmarkeringen"
}
},
"question": "Wat voor oversteekplaats is dit?"

View file

@ -14,7 +14,7 @@ npm run generate &&
npm run test &&
npm run generate:layouts
if [ $? -ne 0]; then;
if [ $? -ne 0 ]; then
echo "ERROR"
exit 1
fi