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" 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",