Merge develop
This commit is contained in:
commit
55c6442cac
388 changed files with 16178 additions and 17860 deletions
|
@ -890,6 +890,9 @@
|
|||
"mappings": [
|
||||
{
|
||||
"if": "tourism=artwork",
|
||||
"addExtraTags": [
|
||||
"not:tourism:artwork="
|
||||
],
|
||||
"then": {
|
||||
"en": "This bench has an integrated artwork",
|
||||
"nl": "Deze bank heeft een geïntegreerd kunstwerk",
|
||||
|
@ -902,7 +905,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"if": "tourism=",
|
||||
"if": "not:tourism:artwork=yes",
|
||||
"then": {
|
||||
"en": "This bench does not have an integrated artwork",
|
||||
"nl": "Deze bank heeft geen geïntegreerd kunstwerk",
|
||||
|
@ -913,7 +916,20 @@
|
|||
"cs": "Tato lavička nemá integrované umělecké dílo",
|
||||
"he": "לספסל זה אין יצירת אמנות משולבת",
|
||||
"pl": "Ta ławka nie ma wbudowanego dzieła sztuki"
|
||||
}
|
||||
},
|
||||
"addExtraTags": [
|
||||
"tourism="
|
||||
]
|
||||
},
|
||||
{
|
||||
"if": "tourism=",
|
||||
"then": {
|
||||
"en": "This bench <span class=\"subtle\">probably</span> doesn't have an integrated artwork",
|
||||
"nl": "Deze bank heeft <span class=\"subtle\">waarschijnlijk</span> geen geïntegreerd kunstwerk",
|
||||
"ca": "Aquest banc <span class=\"subtle\">probablement</span> no té cap obra d'art integrada",
|
||||
"de": "Die Bank hat <span class=\"subtle\">vermutlich</span> kein integriertes Kunstwerk"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
}
|
||||
],
|
||||
"questionHint": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue