Housekeeping...
This commit is contained in:
parent
9963818398
commit
af60bc566a
25 changed files with 557 additions and 477 deletions
|
@ -94,16 +94,19 @@
|
|||
"id": "entrance_info",
|
||||
"render": {
|
||||
"before": {
|
||||
"en": "<h3>Entrances</h3>This building has {_entrances_count} entrances:"
|
||||
"en": "<h3>Entrances</h3>This building has {_entrances_count} entrances:",
|
||||
"de": "<h3>Eingänge</h3>Das Gebäude hat {_entrances_count} Eingänge:"
|
||||
},
|
||||
"after": {
|
||||
"en": "{_entrances_count_without_width_count} entrances don't have width information yet"
|
||||
"en": "{_entrances_count_without_width_count} entrances don't have width information yet",
|
||||
"de": "{_entrances_count_without_width_count} Eingänge haben keine Angaben zur Breite"
|
||||
},
|
||||
"special": {
|
||||
"type": "multi",
|
||||
"key": "_entrance_properties_with_width",
|
||||
"tagrendering": {
|
||||
"en": "An <a href='#{id}'>entrance</a> of {canonical(width)}"
|
||||
"en": "An <a href='#{id}'>entrance</a> of {canonical(width)}",
|
||||
"de": "Ein <a href='#{id}'>Eingang</a> von {canonical(width)}"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -111,13 +114,15 @@
|
|||
{
|
||||
"if": "_entrances_count=0",
|
||||
"then": {
|
||||
"en": "No entrance has been marked"
|
||||
"en": "No entrance has been marked",
|
||||
"de": "Es wurde kein Eingang markiert"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "_entrances_count_without_width:=_entrances_count",
|
||||
"then": {
|
||||
"en": "None of the {_entrance_count} entrances have width information yet"
|
||||
"en": "None of the {_entrance_count} entrances have width information yet",
|
||||
"de": "Keiner der {_entrance_count} Eingänge hat bisher Angaben zur Breite"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue