Skip to content

Commit

Permalink
Add Padel Court preset (#445)
Browse files Browse the repository at this point in the history
Not to be confused with Paddle tennis.
  • Loading branch information
danieldegroot2 authored May 12, 2022
1 parent 9d0d2a2 commit a366b6e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
20 changes: 20 additions & 0 deletions data/presets/leisure/pitch/padel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"icon": "maki-tennis",
"geometry": [
"area",
"point"
],
"tags": {
"leisure": "pitch",
"sport": "padel"
},
"reference": {
"key": "sport",
"value": "padel"
},
"terms": [
"tennis",
"paddle"
],
"name": "Padel Court"
}
5 changes: 5 additions & 0 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6926,6 +6926,11 @@ en:
name: Pickleball Court
# 'terms: tennis,paddleball'
terms: <translate with synonyms or related terms for 'Pickleball Court', separated by commas>
leisure/pitch/padel:
# leisure=pitch + sport=padel | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Padel Court
# 'terms: tennis,paddle'
terms: <translate with synonyms or related terms for 'Padel Court', separated by commas>
leisure/pitch/rugby_league:
# leisure=pitch + sport=rugby_league | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
name: Rugby League Field
Expand Down

0 comments on commit a366b6e

Please sign in to comment.