diff --git a/data/presets.yaml b/data/presets.yaml index 97283d3ee..ed380b02b 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -4018,11 +4018,13 @@ en: terms: '' playground/rocker: # playground=springy - name: Springy Rocker - terms: '' + name: Spring Rider + # 'terms: spring rocker,springy rocker' + terms: '' playground/roundabout: # playground=roundabout name: Play Roundabout + # 'terms: merry-go-round' terms: '' playground/sandpit: # playground=sandpit diff --git a/data/presets/presets.json b/data/presets/presets.json index 7d6247fbb..58a2ac2cb 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -11586,7 +11586,11 @@ "tags": { "playground": "springy" }, - "name": "Springy Rocker" + "name": "Spring Rider", + "terms": [ + "spring rocker", + "springy rocker" + ] }, "playground/roundabout": { "icon": "stadium", @@ -11600,7 +11604,10 @@ "tags": { "playground": "roundabout" }, - "name": "Play Roundabout" + "name": "Play Roundabout", + "terms": [ + "merry-go-round" + ] }, "playground/sandpit": { "icon": "playground", diff --git a/dist/locales/en.json b/dist/locales/en.json index dd782aba1..989cbd4ba 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -5810,4 +5810,4 @@ } } } -} +} \ No newline at end of file