Add Track & Field presets (#817)

This commit is contained in:
archpdx 2023-03-14 09:39:04 -07:00 committed by GitHub
parent 6a996e6f64
commit cab8278d26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 382 additions and 2 deletions

View file

@ -0,0 +1,17 @@
{
"key": "athletics",
"type": "semiCombo",
"label": "Event",
"strings": {
"options": {
"discus_throw": "Discus",
"hammer_throw": "Hammer Throw",
"high_jump": "High Jump",
"javelin_throw": "Javelin",
"long_jump": "Long Jump",
"pole_vault": "Pole Vault",
"shot_put": "Shot Put",
"triple_jump": "Triple Jump"
}
}
}

View file

@ -0,0 +1,16 @@
{
"key": "athletics",
"type": "semiCombo",
"label": "Event",
"strings": {
"options": {
"javelin_throw": "Javelin",
"long_jump": "Long Jump",
"pole_vault": "Pole Vault",
"running": "Running",
"sprint": "Sprinting",
"steeplechase": "Steeplechase",
"triple_jump": "Triple Jump"
}
}
}

View file

@ -5,7 +5,7 @@
"strings": {
"options": {
"american_football": "American Football",
"athletics": "Athletics",
"athletics": "Track & Field",
"badminton": "Badminton",
"baseball": "Baseball",
"basketball": "Basketball",

View file

@ -8,7 +8,8 @@
"cycling": "Cycling",
"bmx": "BMX",
"horse_racing": "Horse Racing",
"dog_racing": "Dog Racing"
"dog_racing": "Dog Racing",
"athletics": "Track & Field"
}
},
"autoSuggestions": false