Merge pull request #2325 from Hufkratzer/equestrian

Add description for horse riding arena in sport_pitch.json
This commit is contained in:
Pieter Vander Vennet 2025-01-07 20:18:00 +00:00 committed by GitHub
commit af875fbb2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -315,6 +315,14 @@
"cs": "Toto je skatepark", "cs": "Toto je skatepark",
"es": "Este es un skatepark" "es": "Este es un skatepark"
} }
},
{
"if": "sport=equestrian",
"then": {
"en": "This is a horse riding arena",
"de": "Dies ist ein Reitplatz",
"es": "Esta es una pista ecuestre"
}
} }
], ],
"id": "sport_pitch-sport", "id": "sport_pitch-sport",