Improvements to translation checking in createLayouts, small translation fixes

This commit is contained in:
Pieter Vander Vennet 2020-09-25 23:59:19 +02:00
parent 60c835fdac
commit 1eddabd8c9
5 changed files with 30 additions and 12 deletions

View file

@ -45,7 +45,8 @@
"nl": "Is deze drinkwaterkraan nog steeds werkende?"
},
"render": {
"en": "The operational status is <i>{operational_status</i>"
"en": "The operational status is <i>{operational_status</i>",
"nl": "Deze waterkraan-status is <i>{operational_status}</i>"
},
"freeform": {
"key": "operational_status"

View file

@ -18,8 +18,8 @@
}
},
"description": {
"en": "",
"nl": ""
"en": "A map, meant for tourists which is permanently installed in the public space",
"nl": "Een permantent geinstalleerde kaart"
},
"tagRenderings": [
{

View file

@ -23,10 +23,8 @@
{
"id": "Toilet",
"name": {
"render": {
"en": "Toilets",
"de": "Toiletten"
}
"en": "Toilets",
"de": "Toiletten"
},
"overpassTags": "amenity=toilets",
"title": {
@ -59,10 +57,8 @@
"amenity=toilets"
],
"description": {
"render": {
"en": "A publicly accessible toilet or restroom",
"de": "Eine öffentlich zugängliche Toilette"
}
}
},
{