Improvements to translation checking in createLayouts, small translation fixes
This commit is contained in:
parent
60c835fdac
commit
1eddabd8c9
5 changed files with 30 additions and 12 deletions
|
@ -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"
|
||||
|
|
|
@ -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": [
|
||||
{
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue