mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Fix dates, be less paranoid about l10n ids
The strings will get updated, even if the id persists.
This commit is contained in:
parent
3c3b29708d
commit
375e525372
2 changed files with 13 additions and 13 deletions
|
@ -28,13 +28,13 @@ 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" />
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<FormattedMessage id="conference-2020.desc2" />
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
<FormattedMessage id="conference-2020.desc3" />
|
<FormattedMessage id="conference-2020.desc3" />
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
<FormattedMessage id="conference-2020.desc4" />
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
<FormattedMessage id="conference-2020.desc5" />
|
|
||||||
</p>
|
</p>
|
||||||
<table className="conf2020-panel-details">
|
<table className="conf2020-panel-details">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -51,7 +51,7 @@ const ConferenceSplash = () => (
|
||||||
<FormattedDate
|
<FormattedDate
|
||||||
day="2-digit"
|
day="2-digit"
|
||||||
month="long"
|
month="long"
|
||||||
value={new Date(2020, 6, 22)}
|
value={new Date(2020, 6, 23)}
|
||||||
year="numeric"
|
year="numeric"
|
||||||
/>
|
/>
|
||||||
{' - '}
|
{' - '}
|
||||||
|
@ -85,7 +85,7 @@ const ConferenceSplash = () => (
|
||||||
</div>
|
</div>
|
||||||
</FlexRow>
|
</FlexRow>
|
||||||
<p className="conf2020-panel-desc">
|
<p className="conf2020-panel-desc">
|
||||||
<FormattedMessage id="conference-2020.conferenceFee" />
|
<FormattedMessage id="conference-2020.registrationFee" />
|
||||||
<br />
|
<br />
|
||||||
<FormattedMessage id="conference-2020.registrationOpen" />
|
<FormattedMessage id="conference-2020.registrationOpen" />
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"conference-2020.title": "Scratch Conference 2020:",
|
"conference-2020.title": "Scratch Conference 2020:",
|
||||||
"conference-2020.subtitle": "Let's Create Together!",
|
"conference-2020.subtitle": "Let's Create Together!",
|
||||||
"conference-2020.dateDesc": "July 22-25, 2020 | Cambridge, MA, USA",
|
"conference-2020.dateDesc": "July 23-25, 2020 | Cambridge, MA, USA",
|
||||||
"conference-2020.dateDescMore": " (with opening reception the evening of July 22)",
|
"conference-2020.dateDescMore": " (with opening reception the evening of July 22)",
|
||||||
"conference-2020.locationDetails": "MIT Media Lab, Cambridge, MA",
|
"conference-2020.locationDetails": "MIT Media Lab, Cambridge, MA",
|
||||||
"conference-2020.seeBelow": "Learn more about conference dates and locations below.",
|
"conference-2020.seeBelow": "Learn more about conference dates and locations below.",
|
||||||
|
@ -9,12 +9,12 @@
|
||||||
"conference-2020.date": "When:",
|
"conference-2020.date": "When:",
|
||||||
"conference-2020.location": "Where:",
|
"conference-2020.location": "Where:",
|
||||||
|
|
||||||
"conference-2020.desc3": "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.desc4": "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.desc5": "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.",
|
"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.",
|
||||||
|
|
||||||
"conference-2020.registrationTitle": "Registration:",
|
"conference-2020.registrationTitle": "Registration:",
|
||||||
"conference-2020.conferenceFee": "Conference Fee: $250",
|
"conference-2020.registrationFee": "Conference Fee: $250",
|
||||||
"conference-2020.registrationOpen": "The conference fee includes 7 meals (3 breakfast, 3 lunches, 1 dinner) plus refreshments during the day. Registration opens on March 3.",
|
"conference-2020.registrationOpen": "The conference fee includes 7 meals (3 breakfast, 3 lunches, 1 dinner) plus refreshments during the day. Registration opens on March 3.",
|
||||||
"conference-2020.register": "Register for the conference!",
|
"conference-2020.register": "Register for the conference!",
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue