Another sanity check, another bunch of fixed layers; add tagrendering-steal possibility, add some styling to TV-theme

This commit is contained in:
Pieter Vander Vennet 2021-11-10 18:42:31 +01:00
parent 10ac6a72e2
commit 746273f594
57 changed files with 602 additions and 940 deletions

View file

@ -116,26 +116,38 @@
"id": "bench_at_pt-name"
},
{
"render": {
"en": "Stand up bench",
"de": "Stehbank",
"fr": "Banc assis debout",
"nl": "Leunbank",
"it": "Panca in piedi",
"zh_Hans": "站立长凳",
"ru": "Встаньте на скамейке",
"zh_Hant": "站立長椅"
"id": "bench_at_pt-bench_type",
"question": {
"en": "What kind of bench is this?",
"nl": "Wat voor soort bank is dit?"
},
"freeform": {
"key": "bench",
"addExtraTags": []
},
"condition": {
"and": [
"bench=stand_up_bench"
]
},
"id": "bench_at_pt-bench"
"mappings": [
{
"if": "bench=yes",
"then": {
"en": "There is a normal, sit-down bench here"
}
},
{
"if": "bench=stand_up_bench",
"then": {
"en": "Stand up bench",
"de": "Stehbank",
"fr": "Banc assis debout",
"nl": "Leunbank",
"it": "Panca in piedi",
"zh_Hans": "站立长凳",
"ru": "Встаньте на скамейке",
"zh_Hant": "站立長椅"
}
},
{
"if": "bench=no",
"then": {
"en": "There is no bench here"
}
}
]
}
],
"mapRendering": [