Browse Source

Tourism Attractions: map key, translate 'other'

fossil
parent
commit
9ee5ae183a
  1. 9
      tourism_attractions.json

9
tourism_attractions.json

@ -38,6 +38,10 @@
" <td>{{ tagTrans('tourism', value) }}</td>", " <td>{{ tagTrans('tourism', value) }}</td>",
" </tr>", " </tr>",
"{% endfor %}", "{% endfor %}",
" <tr>",
" <td>{{ markerCircle({})|raw }}<div class='sign'></div></td>",
" <td>{{ trans('other') }}</td>",
" </tr>",
"</table>" "</table>"
], ],
"const": { "const": {
@ -49,7 +53,6 @@
"picnic_site": "<img src='maki:picnic-site'>", "picnic_site": "<img src='maki:picnic-site'>",
"theme_park": "<img src='maki:amusement-park'>", "theme_park": "<img src='maki:amusement-park'>",
"viewpoint": "<i class='fa fa-eye' aria-hidden='true'></i>", "viewpoint": "<i class='fa fa-eye' aria-hidden='true'></i>",
"zoo": "🦁",
"other": ""
"zoo": "🦁"
} }
}
}
Loading…
Cancel
Save