mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
Move space out of l10n string and into JSX
This commit is contained in:
parent
4c0e13a154
commit
e8d58c6884
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ const ConferenceSplash = () => (
|
|||
<div className="inner">
|
||||
<section className="conf2020-panel mod-desc">
|
||||
<p className="conf2020-panel-desc">
|
||||
<FormattedMessage id="conference-2020.desc1" />
|
||||
<FormattedMessage id="conference-2020.desc1" />{' '}
|
||||
<strong><FormattedMessage id="conference-2020.desc1a" /></strong>
|
||||
<br />
|
||||
<br />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"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.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.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 today’s society.",
|
||||
|
||||
|
|
Loading…
Reference in a new issue