@ -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>"