-
Notifications
You must be signed in to change notification settings - Fork 252
Expand file tree
/
Copy pathsport.json
More file actions
57 lines (57 loc) · 1.92 KB
/
sport.json
File metadata and controls
57 lines (57 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"key": "sport",
"type": "semiCombo",
"label": "Sports",
"strings": {
"options": {
"american_football": "American Football",
"athletics": "Track & Field",
"badminton": "Badminton",
"baseball": "Baseball",
"basketball": "Basketball",
"beachvolleyball": "Beach Volleyball",
"bmx": "BMX",
"boules": "Boules",
"bowls": "Bowls",
"canoe": "Canoeing",
"climbing": "Climbing",
"cricket": "Cricket",
"curling": "Curling",
"cycling": "Cycling",
"disc_golf": "Disc Golf",
"dog_racing": "Dog Racing",
"equestrian": "Equestrian Sports",
"fitness": "Fitness Training",
"free_flying": "Paragliding / Hang Gliding",
"futsal": "Futsal",
"gaelic_games": "Gaelic Games",
"golf": "Golf",
"gymnastics": "Gymnastics",
"handball": "Team Handball",
"horse_racing": "Horse Racing",
"ice_hockey": "Ice Hockey",
"ice_skating": "Ice Skating",
"ice_stock": "Ice Stock",
"karting": "Kart Racing",
"motocross": "Motocross",
"motor": "Motorsports",
"netball": "Netball",
"padel": "Padel",
"pelota": "Pelota",
"rugby_union": "Rugby Union",
"running": "Running",
"scuba_diving": "Scuba Diving",
"shooting": "Shooting",
"skateboard": "Skateboard",
"skiing": "Skiing",
"soccer": "Soccer",
"softball": "Softball",
"speedway": "Motorcycle Speedway",
"swimming": "Swimming",
"table_tennis": "Table Tennis",
"tennis": "Tennis",
"volleyball": "Volleyball",
"multi": "Unspecified Other Sports"
}
}
}