From 68bf15de55aa49d371dd5250b7b5a5d19fd83eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Sun, 8 Oct 2017 15:09:43 -0700 Subject: [PATCH 1/3] Renamed Springy Rocker preset to Spring Rocker Also added some synonyms. --- dist/locales/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/locales/en.json b/dist/locales/en.json index 1523e9efc..0118a3511 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -4619,8 +4619,8 @@ "terms": "high bar" }, "playground/rocker": { - "name": "Springy Rocker", - "terms": "" + "name": "Spring Rider", + "terms": "spring rocker, springy rocker" }, "playground/roundabout": { "name": "Play Roundabout", @@ -5799,4 +5799,4 @@ } } } -} \ No newline at end of file +} From 9ba17bb8b1477f3e116d2b5c9d6fb26015524316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Sun, 8 Oct 2017 15:37:48 -0700 Subject: [PATCH 2/3] Merry-go-round is synonymous with roundabout --- dist/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/locales/en.json b/dist/locales/en.json index 0118a3511..da76d7067 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -4624,7 +4624,7 @@ }, "playground/roundabout": { "name": "Play Roundabout", - "terms": "" + "terms": "merry-go-round" }, "playground/sandpit": { "name": "Sandpit", 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 3/3] 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",