Merge master

This commit is contained in:
Pieter Vander Vennet 2023-03-29 16:05:13 +02:00
commit b9e2af56bc
97 changed files with 3052 additions and 487 deletions

View file

@ -66,17 +66,23 @@
"mappings": [
{
"if": {
"and":["backrest=yes","two_sided=yes"]
"and": [
"backrest=yes",
"two_sided=yes"
]
},
"then": {
"en": "This bench is two-sided and shares the backrest",
"nl": "Dit is een dubbele bank waarbij de rugleuning gedeeld wordt"
"nl": "Dit is een dubbele bank waarbij de rugleuning gedeeld wordt",
"de": "Diese Bank ist zweiseitig und teilt sich die Rückenlehne",
"ca": "Aquest banc té dues cares i comparteix el respatller"
},
"icon": {
"path": "./assets/layers/bench/two_sided.svg",
"class": "large"
}
},
{
"if": "backrest=yes",
"then": {
@ -100,7 +106,9 @@
"da": "Har et ryglæn",
"cs": "Má opěradlo"
},
"addExtraTags": ["two_sided=no"]
"addExtraTags": [
"two_sided=no"
]
},
{
"if": "backrest=no",
@ -454,7 +462,9 @@
],
"id": "bench-direction",
"condition": {
"and": ["two_sided!=yes"]
"and": [
"two_sided!=yes"
]
}
},
{

View file

@ -15,6 +15,8 @@
"authors": [
"Pieter Vander Vennet"
],
"sources": ["https://commons.wikimedia.org/wiki/File:ISO_7010_P018.svg"]
"sources": [
"https://commons.wikimedia.org/wiki/File:ISO_7010_P018.svg"
]
}
]