Move space out of l10n string and into JSX

This commit is contained in:
Ray Schamp 2020-04-14 10:56:56 -04:00 committed by GitHub
parent 4c0e13a154
commit e8d58c6884
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ const ConferenceSplash = () => (
<div className="inner"> <div className="inner">
<section className="conf2020-panel mod-desc"> <section className="conf2020-panel mod-desc">
<p className="conf2020-panel-desc"> <p className="conf2020-panel-desc">
<FormattedMessage id="conference-2020.desc1" /> <FormattedMessage id="conference-2020.desc1" />{' '}
<strong><FormattedMessage id="conference-2020.desc1a" /></strong> <strong><FormattedMessage id="conference-2020.desc1a" /></strong>
<br /> <br />
<br /> <br />

View file

@ -9,7 +9,7 @@
"conference-2020.location": "Where:", "conference-2020.location": "Where:",
"conference-2020.desc1": "Join us for the Scratch Conference, an international gathering where educators, researchers, and developers share ideas for supporting creative learning with Scratch.", "conference-2020.desc1": "Join us for the Scratch Conference, an international gathering where educators, researchers, and developers share ideas for supporting creative learning with Scratch.",
"conference-2020.desc1a": " Due to the global health crisis, we have delayed the conference for one year, to July 22-24, 2021.", "conference-2020.desc1a": "Due to the global health crisis, we have delayed the conference for one year, to July 22-24, 2021.",
"conference-2020.desc2": "Scratch has become the world's largest coding community for children around the world. The conference offers hands-on workshops, panel discussions, and interactive demonstrations to explore ways for using Scratch to expand creative learning experiences for diverse learners across subject areas.", "conference-2020.desc2": "Scratch has become the world's largest coding community for children around the world. The conference offers hands-on workshops, panel discussions, and interactive demonstrations to explore ways for using Scratch to expand creative learning experiences for diverse learners across subject areas.",
"conference-2020.desc3": "Together we'll exchange ideas and strategies on how to use Scratch to engage students in learning to think creatively, reason systematically, and work collaboratively—essential skills for everyone in todays society.", "conference-2020.desc3": "Together we'll exchange ideas and strategies on how to use Scratch to engage students in learning to think creatively, reason systematically, and work collaboratively—essential skills for everyone in todays society.",