From c73389fad30cd319f381da659ca2b6de1cd19fb7 Mon Sep 17 00:00:00 2001 From: Chris Garrity Date: Wed, 15 May 2019 18:14:19 -0400 Subject: [PATCH 1/2] Add rapa nui to www custom locales --- custom-locales.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/custom-locales.json b/custom-locales.json index 02a4500d9..c7281d3db 100644 --- a/custom-locales.json +++ b/custom-locales.json @@ -19,6 +19,10 @@ "locale": "ja-hr", "parentLocale": "ja" }, + "rap": { + "locale": "rap", + "parentLocale": "es" + }, "la": { "locale": "la", "parentLocale": "it" From da231ccf6a69fef55dcd588561b13850cc83b70f Mon Sep 17 00:00:00 2001 From: Chris Garrity Date: Thu, 16 May 2019 13:41:01 -0400 Subject: [PATCH 2/2] update gui get fixes for rapa nui: * music extension instrument block * hide (long) labels on paint editor buttons --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9bdb98d5e..6362c678b 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "react-responsive": "3.0.0", "react-slick": "0.16.0", "react-string-replace": "0.4.1", - "scratch-gui": "0.1.0-prerelease.20190515193432", + "scratch-gui": "0.1.0-prerelease.20190516172446", "react-telephone-input": "4.3.4", "redux": "3.5.2", "redux-thunk": "2.0.1",