Browse Source

sport: more filter values / few more icons

pull/12/head
parent
commit
0f8894ecf7
  1. 17
      sport.json

17
sport.json

@ -32,15 +32,20 @@
"10pin": "🎳",
"american_football": "🏈",
"archery": "🎯",
"athletics": "",
"australian_football": "🏈",
"badminton": "🏸",
"baseball": "⚾",
"basketball": "🏀",
"beachvolleyball": "🏐",
"billiards": "🎱",
"boules": "",
"bowls": "",
"bmx": "🚲",
"cricket": "",
"canadian_football": "🏈",
"chess": "♚",
"climbing": "🏔",
"cockfighting": "🐓",
"cricket": "🏏",
"cycling": "🚲",
@ -48,19 +53,29 @@
"dog_racing": "🐕",
"equestrian": "🏇",
"field_hockey": "🏑",
"free_flying": "",
"fitness": "",
"golf": "⛳",
"gymnastics": "",
"handball": "",
"horse_racing": "🏇",
"hockey": "",
"ice_hockey": "🏒",
"ice_skating": "⛸",
"model_aerodrome": "✈",
"motocross": "🏍",
"motor": "🏎",
"multi": "",
"netball": "",
"rugby": "🏉",
"rugby_league": "🏉",
"rugby_union": "🏉",
"running": "🏃",
"sailing": "⛵",
"scuba_diving": "",
"shooting": "🔫",
"skateboard": "",
"skiing": "",
"soccer": "⚽",
"surfing": "🏄",
"swimming": "🏊",
@ -72,7 +87,7 @@
"filter": {
"sport": {
"name": "{{ keyTrans('sport') }}",
"type": "select",
"type": "checkbox",
"show_default": "true",
"op": "has",
"values": "{% set list = [] %}{% for t, v in const %}<option value=\"{{ t }}\">{% set list = list|merge([ t ]) %}{{ tagTrans('sport', t) }}</option>{% endfor %}<option value='other' query='nwr[sport][sport!~\"^({{ list|join('|') }})$\"]'>{{ trans('other') }}</option>"

Loading…
Cancel
Save