mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
* Adds fix to #1644 * Update l10n.json * Add files via upload * Add files via upload * Delete index.jsx * Delete index.scss * Delete l10n.json * Update index.jsx * Update l10n.json * Update l10n.json * Update index.jsx
This commit is contained in:
parent
eef64e139e
commit
081e3c5327
2 changed files with 2 additions and 10 deletions
|
@ -217,13 +217,6 @@ var ConferenceSplash = React.createClass({
|
||||||
</td>
|
</td>
|
||||||
<td><FormattedMessage id='conference-2017.date' /></td>
|
<td><FormattedMessage id='conference-2017.date' /></td>
|
||||||
<td>
|
<td>
|
||||||
<FormattedDate
|
|
||||||
value={new Date(2017, 10, 10)}
|
|
||||||
year='numeric'
|
|
||||||
month='long'
|
|
||||||
day='2-digit'
|
|
||||||
/>
|
|
||||||
{' - '}
|
|
||||||
<FormattedDate
|
<FormattedDate
|
||||||
value={new Date(2017, 10, 12)}
|
value={new Date(2017, 10, 12)}
|
||||||
year='numeric'
|
year='numeric'
|
||||||
|
@ -267,8 +260,8 @@ var ConferenceSplash = React.createClass({
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<a className='button mod-2017-panel' href='mailto:admissions@treeoflifelearning.com'>
|
<a className='button mod-2017-panel' href='https://scratchcostarica.com/'>
|
||||||
<FormattedMessage id='conference-2017.contact' />
|
<FormattedMessage id='conference-2017.website' />
|
||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
<section className='conf2017-panel mod-chile'>
|
<section className='conf2017-panel mod-chile'>
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
"conference-2017.audience": "Audience",
|
"conference-2017.audience": "Audience",
|
||||||
"conference-2017.language": "Language",
|
"conference-2017.language": "Language",
|
||||||
"conference-2017.website": "Visit Website",
|
"conference-2017.website": "Visit Website",
|
||||||
"conference-2017.contact": "Contact Organizer",
|
|
||||||
|
|
||||||
"conference-2017.franceTitle": "Scratch2017BDX",
|
"conference-2017.franceTitle": "Scratch2017BDX",
|
||||||
"conference-2017.franceSubTitle": "Opening, Inspiring, Connecting",
|
"conference-2017.franceSubTitle": "Opening, Inspiring, Connecting",
|
||||||
|
|
Loading…
Reference in a new issue