From 39c691588407fce02c82a0806843fdbf2c6c1d70 Mon Sep 17 00:00:00 2001 From: The_Grits Date: Tue, 7 Nov 2017 17:30:11 -0500 Subject: [PATCH] Fix gh-1634: Fix Localization on Developers Page (#1636) * Add ScratchJr Section Localization * Add Localization for ScratchJr and "Projects" * Update ScratchJr String / Remove ScratchJr Title * Readd "ScratchJr" --- src/views/developers/developers.jsx | 10 ++-------- src/views/developers/l10n.json | 1 + 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/views/developers/developers.jsx b/src/views/developers/developers.jsx index 86bf79290..7c9035a59 100644 --- a/src/views/developers/developers.jsx +++ b/src/views/developers/developers.jsx @@ -64,7 +64,7 @@ var Developers = React.createClass({
-

Projects

+

@@ -94,13 +94,7 @@ var Developers = React.createClass({

ScratchJr

- ScratchJr is an introductory programming language{' '} - that enables young children (ages 5-7) to create{' '} - their own interactive stories and games. For more{' '} - information, visit the{' '} - ScratchJr website{' '} - or access the code and documentation{' '} - here. +

diff --git a/src/views/developers/l10n.json b/src/views/developers/l10n.json index 4986dfb33..64ed35e1b 100644 --- a/src/views/developers/l10n.json +++ b/src/views/developers/l10n.json @@ -14,6 +14,7 @@ "developers.wwwTitle": "Scratch WWW", "developers.wwwIntro": "Scratch-www is a standalone web client for the Scratch Community, built using React and Redux. Access the code and documentation through Github here.", "developers.principlesIntro": "We created Scratch to empower young people to think creatively, reason systematically, and work collaboratively. We are guided by a set of Learning Principles and Design Principles that we hope you will follow as you develop new tools and technologies with Scratch Blocks.", + "developers.jrBody": "ScratchJr is an introductory programming language that enables young children (ages 5-7) to create their own interactive stories and games. For more information, visit the ScratchJr website or access the code and documentation on GitHub.", "developers.learningPrinciplesTitle": "Learning Principles", "developers.learningPrinciplesProjectsBody": "People learn best when they are actively working on projects — generating new ideas, designing prototypes, making improvements and creating final products.", "developers.learningPrinciplesPassionTitle": "Passion",