Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Padel Court preset #445

Merged
merged 4 commits into from
May 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -6902,6 +6902,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