Merge branch 'develop' of github.com:LLK/scratch-www into hotfix/es6-upgrade

This commit is contained in:
Ray Schamp 2018-01-25 15:23:07 -05:00
commit 911ba64444
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
{
"ab": "Аҧсшәа",
"ar": "العربية",
"an": "Aragonés",
"ast": "Asturianu",

View file

@ -431,3 +431,4 @@ const Credits = () => (
);
render(<Page><Credits /></Page>, document.getElementById('app'));