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": "๐ŸŽณ", "10pin": "๐ŸŽณ",
"american_football": "๐Ÿˆ", "american_football": "๐Ÿˆ",
"archery": "๐ŸŽฏ", "archery": "๐ŸŽฏ",
"athletics": "",
"australian_football": "๐Ÿˆ", "australian_football": "๐Ÿˆ",
"badminton": "๐Ÿธ", "badminton": "๐Ÿธ",
"baseball": "โšพ", "baseball": "โšพ",
"basketball": "๐Ÿ€", "basketball": "๐Ÿ€",
"beachvolleyball": "๐Ÿ", "beachvolleyball": "๐Ÿ",
"billiards": "๐ŸŽฑ", "billiards": "๐ŸŽฑ",
"boules": "",
"bowls": "",
"bmx": "๐Ÿšฒ", "bmx": "๐Ÿšฒ",
"cricket": "",
"canadian_football": "๐Ÿˆ", "canadian_football": "๐Ÿˆ",
"chess": "โ™š", "chess": "โ™š",
"climbing": "๐Ÿ”",
"cockfighting": "๐Ÿ“", "cockfighting": "๐Ÿ“",
"cricket": "๐Ÿ", "cricket": "๐Ÿ",
"cycling": "๐Ÿšฒ", "cycling": "๐Ÿšฒ",
@ -48,19 +53,29 @@
"dog_racing": "๐Ÿ•", "dog_racing": "๐Ÿ•",
"equestrian": "๐Ÿ‡", "equestrian": "๐Ÿ‡",
"field_hockey": "๐Ÿ‘", "field_hockey": "๐Ÿ‘",
"free_flying": "",
"fitness": "",
"golf": "โ›ณ", "golf": "โ›ณ",
"gymnastics": "",
"handball": "",
"horse_racing": "๐Ÿ‡", "horse_racing": "๐Ÿ‡",
"hockey": "",
"ice_hockey": "๐Ÿ’", "ice_hockey": "๐Ÿ’",
"ice_skating": "โ›ธ", "ice_skating": "โ›ธ",
"model_aerodrome": "โœˆ", "model_aerodrome": "โœˆ",
"motocross": "๐Ÿ", "motocross": "๐Ÿ",
"motor": "๐ŸŽ", "motor": "๐ŸŽ",
"multi": "",
"netball": "",
"rugby": "๐Ÿ‰", "rugby": "๐Ÿ‰",
"rugby_league": "๐Ÿ‰", "rugby_league": "๐Ÿ‰",
"rugby_union": "๐Ÿ‰", "rugby_union": "๐Ÿ‰",
"running": "๐Ÿƒ", "running": "๐Ÿƒ",
"sailing": "โ›ต", "sailing": "โ›ต",
"scuba_diving": "",
"shooting": "๐Ÿ”ซ", "shooting": "๐Ÿ”ซ",
"skateboard": "",
"skiing": "",
"soccer": "โšฝ", "soccer": "โšฝ",
"surfing": "๐Ÿ„", "surfing": "๐Ÿ„",
"swimming": "๐ŸŠ", "swimming": "๐ŸŠ",
@ -72,7 +87,7 @@
"filter": { "filter": {
"sport": { "sport": {
"name": "{{ keyTrans('sport') }}", "name": "{{ keyTrans('sport') }}",
"type": "select",
"type": "checkbox",
"show_default": "true", "show_default": "true",
"op": "has", "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>" "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