Skip to content

Commit

Permalink
Add translatable strings to sport field (#747)
Browse files Browse the repository at this point in the history
Add translatable strings to sport field for values with usage > 5000

* leaving out `multi`, as the [intended use](https://wiki.openstreetmap.org/wiki/Tag%3Asport%3Dmulti) is rather complex and not really fitting to the simple field type used here. Leaving it untranslated is IMHO better, as the rendering as a raw tag conveys the concept that this is something more specific going on.

Co-authored-by: Martin Raifer <martin@raifer.tech>
  • Loading branch information
kjonosm and tyrasd committed Jan 23, 2023
1 parent a6e1c45 commit c1c0a64
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion data/fields/sport.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
{
"key": "sport",
"type": "semiCombo",
"label": "Sports"
"label": "Sports",
"strings": {
"options": {
"american_football": "American Football",
"athletics": "Athletics",
"badminton": "Badminton",
"baseball": "Baseball",
"basketball": "Basketball",
"beachvolleyball": "Beach Volleyball",
"boules": "Boules",
"bowls": "Bowls",
"climbing": "Climbing",
"cricket": "Cricket",
"cycling": "Cycling",
"equestrian": "Equestrian",
"fitness": "Fitness Training",
"free_flying": "Paragliding / Hang Gliding",
"futsal": "Futsal",
"golf": "Golf",
"gymnastics": "Gymnastics",
"handball": "Team Handball",
"horse_racing": "Horse Racing",
"karting": "Kart Racing",
"motocross": "Motocross",
"motor": "Motorsports",
"netball": "Netball",
"padel": "Padel",
"rugby_union": "Rugby Union",
"running": "Running",
"shooting": "Shooting",
"skateboard": "Skateboard",
"skiing": "Skiing",
"soccer": "Soccer",
"softball": "Softball",
"swimming": "Swimming",
"table_tennis": "Table Tennis",
"tennis": "Tennis",
"volleyball": "Volleyball"
}
}
}

0 comments on commit c1c0a64

Please sign in to comment.