From 471c97db26ec567ea59e318c2e9943caa0805ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Mon, 9 Oct 2017 08:45:26 -0700 Subject: [PATCH] Updated presets correctly --- data/presets/presets/playground/rocker.json | 6 +++++- data/presets/presets/playground/roundabout.json | 5 ++++- dist/locales/en.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/data/presets/presets/playground/rocker.json b/data/presets/presets/playground/rocker.json index 9a677c034..20f554867 100644 --- a/data/presets/presets/playground/rocker.json +++ b/data/presets/presets/playground/rocker.json @@ -6,5 +6,9 @@ "tags": { "playground": "springy" }, - "name": "Springy Rocker" + "name": "Spring Rider", + "terms": [ + "spring rocker", + "springy rocker" + ] } diff --git a/data/presets/presets/playground/roundabout.json b/data/presets/presets/playground/roundabout.json index 11a002bf7..f3b9adfd6 100644 --- a/data/presets/presets/playground/roundabout.json +++ b/data/presets/presets/playground/roundabout.json @@ -10,5 +10,8 @@ "tags": { "playground": "roundabout" }, - "name": "Play Roundabout" + "name": "Play Roundabout", + "terms": [ + "merry-go-round" + ] } diff --git a/dist/locales/en.json b/dist/locales/en.json index da76d7067..c33f9a9b4 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -4620,7 +4620,7 @@ }, "playground/rocker": { "name": "Spring Rider", - "terms": "spring rocker, springy rocker" + "terms": "spring rocker,springy rocker" }, "playground/roundabout": { "name": "Play Roundabout",