mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Merge pull request #1148 from TheGrits/patch-5
Fix gh-959: Localize Credits Page
This commit is contained in:
commit
00ba8b2b2a
2 changed files with 40 additions and 64 deletions
|
@ -1,5 +1,7 @@
|
|||
var React = require('react');
|
||||
var render = require('../../lib/render.jsx');
|
||||
var FormattedHTMLMessage = require('react-intl').FormattedHTMLMessage;
|
||||
var FormattedMessage = require('react-intl').FormattedMessage;
|
||||
|
||||
var Page = require('../../components/page/www/page.jsx');
|
||||
|
||||
|
@ -10,9 +12,9 @@ var Credits = React.createClass({
|
|||
render: function () {
|
||||
return (
|
||||
<div className="inner credits">
|
||||
<h1>Scratch Credits and Contributors</h1>
|
||||
<h1><FormattedMessage id='credits.title' /></h1>
|
||||
<h2>MIT Scratch Team</h2>
|
||||
<p>Scratch is designed and developed by the Lifelong Kindergarten Group at MIT Media Lab:</p>
|
||||
<p><FormattedMessage id='credits.developers' /></p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -136,7 +138,7 @@ var Credits = React.createClass({
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
<p>The team of Scratch moderators manages, supports, and improves the Scratch online community:</p>
|
||||
<p><FormattedMessage id='credits.moderators' /></p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
|
@ -185,64 +187,22 @@ var Credits = React.createClass({
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
<h2>Previous MIT Scratch Team Members</h2>
|
||||
<p>
|
||||
Many important contributions have been made by previous Scratch Team members,
|
||||
including John Maloney (who led software development for the first decade of Scratch),
|
||||
Andrés Monroy-Hernández (who led the development of the first Scratch community website),
|
||||
Amos Blanton, Champika Fernando, Shane Clements, Abdulrahman idlbi, Evelyn Eastmond,
|
||||
Amon Millner, Eric Rosenbaum, Jay Silver, Karen Brennan, Leo Burd, Oren Zuckerman, Gaia Carini,
|
||||
Michelle Chung, Margarita Dekoli, Dave Feinberg, Megan Haddadi, Chris Graves, Tony Hwang, Di Liu,
|
||||
Tammy Stern, Lis Sylvan, Claudia Urrea, Ben Berg, Hannah Cole, Andrea Saxman, and Randy Jou.
|
||||
</p>
|
||||
<h2><FormattedMessage id='credits.previousTitle' /></h2>
|
||||
<p><FormattedMessage id='credits.previousBody' /></p>
|
||||
|
||||
<h2>Design and Development Partners</h2>
|
||||
<p>
|
||||
Paula Bontá and Brian Silverman, Playful Invention Company (who started contributing to the
|
||||
design of Scratch even before it was called Scratch).
|
||||
</p>
|
||||
<h2><FormattedMessage id='credits.partnersTitle' /></h2>
|
||||
<p><FormattedMessage id='credits.partnersBody' /></p>
|
||||
|
||||
<h2>Scratch Researchers</h2>
|
||||
<p>
|
||||
<a href="https://scratch.mit.edu/info/research/">Research on Scratch </a>
|
||||
is being conducted by members of the MIT Scratch Team and researchers at
|
||||
other universities, including Yasmin Kafai (who collaborated on the
|
||||
<a href="http://www.nsf.gov/awardsearch/showAward?AWD_ID=0325828"> initial NSF Scratch grant</a>
|
||||
) at the University of Pennsylvania Graduate School of Education, Karen Brennan (who leads the
|
||||
<a href="http://scratched.gse.harvard.edu/"> ScratchEd project</a>) at the Harvard Graduate School
|
||||
of Education, Benjamin Mako Hill at the University of Washington, Andrés Monroy Hernández at
|
||||
Microsoft Research, Mimi Ito and Crystle Martin at the University of California, Irvine, Quinn
|
||||
Burke at College of Charleston, Deborah Fields at Utah State University, and Kylie Peppler at
|
||||
Indiana University.
|
||||
</p>
|
||||
<h2><FormattedMessage id='credits.researchersTitle' /></h2>
|
||||
<p><FormattedHTMLMessage id='credits.researchersBody' /></p>
|
||||
|
||||
<h2>Acknowledgements</h2>
|
||||
<p>
|
||||
The following people have also contributed to the development and support of Scratch over the
|
||||
years: Susan Abend, Robbie Berg, Lauren Bessen, Keith Braadfladt, Susan Carillo, Will Denton,
|
||||
Nathan Dinsmore, Catherine Feldman, Jodi Finch, Ioana Fineberg, Rachel Garber, Chris Garrity,
|
||||
Cassy Gibbs, Brian Harvey, Roland Hebert, Tracy Ho, Benjamin Howe, Kapaya Katongo, Evan Karatzas,
|
||||
Christine Kim, Joren Lauwers, Mike Lee, Jeff Lieberman, Mark Loughridge, Kelly Liu, Anthony Lu,
|
||||
Danny Lutz, David Malan, Wayne Marshall, John McIntosh, Paul Medlock-Walton, Dongfang (Tian) Mi,
|
||||
Ximena Miranda, Jens Moenig, Evan Moore, Geetha Narayanan, Kate Nazemi, Liddy Nevile, Wing Ngan,
|
||||
Derek O'Connell, Tim Radvan, Karen Randall, Ian Reynolds, Miriam Ruiz, Chinua Shaw, Ed Shems,
|
||||
Cynthia Solomon, Daniel Strimpel, Kilmer Sweazy, John Henry Thompson, Ubong Ukoh, Vladimir Vuksan,
|
||||
Han Xu, and the many volunteer <a href="http://wiki.scratch.mit.edu/wiki/Translators"> Scratch
|
||||
Translators</a> from around the world.
|
||||
</p>
|
||||
<h2><FormattedMessage id='credits.acknowledgementsTitle' /></h2>
|
||||
<p><FormattedHTMLMessage id='credits.acknowledgementsContributors' /></p>
|
||||
<p><FormattedMessage id='credits.acknowledgementsCommunity' /></p>
|
||||
<p><FormattedMessage id='credits.acknowledgementsInfluencers' /></p>
|
||||
|
||||
<p>
|
||||
We greatly appreciate all of the contributions by members of the worldwide Scratch community,
|
||||
who have shaped the direction of Scratch by sharing their projects, comments, and ideas.
|
||||
</p>
|
||||
<p>
|
||||
The ideas of Seymour Papert and Alan Kay have deeply inspired and influenced our work on Scratch.
|
||||
</p>
|
||||
|
||||
<h2>Supporting Organizations</h2>
|
||||
<p>
|
||||
The following organizations have provided major financial support for Scratch:
|
||||
</p>
|
||||
<h2><FormattedMessage id='credits.supportersTitle' /></h2>
|
||||
<p><FormattedMessage id='credits.supportersFinancialHeader' /></p>
|
||||
<p>
|
||||
<a href="http://www.nsf.gov/">National Science Foundation</a>,
|
||||
<a href="http://www.scratchfoundation.org/"> Scratch Foundation</a>,
|
||||
|
@ -253,9 +213,8 @@ var Credits = React.createClass({
|
|||
<a href="http://www.fundacaolemann.org.br/lemann-foundation/"> Lemann Foundation</a>,
|
||||
<a href="https://www.macfound.org/"> MacArthur Foundation</a>.
|
||||
</p>
|
||||
<p>
|
||||
The following organizations donate their services to help keep the Scratch project running:
|
||||
</p>
|
||||
|
||||
<p><FormattedMessage id='credits.supportersServicesHeader' /></p>
|
||||
<p>
|
||||
<a href="http://www.advancedinstaller.com/"> Advanced Installer</a>,
|
||||
<a href="http://aws.amazon.com/"> Amazon Web Services</a>,
|
||||
|
@ -276,10 +235,8 @@ var Credits = React.createClass({
|
|||
<a href="http://www.git-tower.com/"> Tower</a>,
|
||||
and <a href="https://travis-ci.org/"> Travis-CI</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Scratch would not be possible without free and open source software, including:
|
||||
</p>
|
||||
|
||||
<p><FormattedMessage id='credits.supportersOpenHeader' /></p>
|
||||
<p>
|
||||
<a href="https://www.djangoproject.com/"> Django</a>,
|
||||
<a href="http://djangobb.org/"> DjangoBB</a>,
|
||||
|
|
19
src/views/credits/l10n.json
Normal file
19
src/views/credits/l10n.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"credits.title": "Scratch Credits and Contributors",
|
||||
"credits.developers": "Scratch is designed and developed by the Lifelong Kindergarten Group at MIT Media Lab:",
|
||||
"credits.moderators": "The team of Scratch moderators manages, supports, and improves the Scratch online community:",
|
||||
"credits.previousTitle": "Previous MIT Scratch Team Members",
|
||||
"credits.previousBody": "Many important contributions have been made by previous Scratch Team members, including John Maloney (who led software development for the first decade of Scratch), Andrés Monroy-Hernández (who led the development of the first Scratch community website), Amos Blanton, Champika Fernando, Shane Clements, Abdulrahman idlbi, Evelyn Eastmond, Amon Millner, Eric Rosenbaum, Jay Silver, Karen Brennan, Leo Burd, Oren Zuckerman, Gaia Carini, Michelle Chung, Margarita Dekoli, Dave Feinberg, Megan Haddadi, Chris Graves, Tony Hwang, Di Liu, Tammy Stern, Lis Sylvan, Claudia Urrea, Ben Berg, Hannah Cole, Andrea Saxman, and Randy Jou.",
|
||||
"credits.partnersTitle": "Design and Development Partners",
|
||||
"credits.partnersBody": "Paula Bontá and Brian Silverman, Playful Invention Company (who started contributing to the design of Scratch even before it was called Scratch).",
|
||||
"credits.researchersTitle": "Scratch Researchers",
|
||||
"credits.researchersBody": "<a href=\"https://scratch.mit.edu/info/research/\">Research on Scratch</a> is being conducted by members of the MIT Scratch Team and researchers at other universities, including Yasmin Kafai (who collaborated on the <a href=\"http://www.nsf.gov/awardsearch/showAward?AWD_ID=0325828\">initial NSF Scratch grant</a>) at the University of Pennsylvania Graduate School of Education, Karen Brennan (who leads the <a href=\"http://scratched.gse.harvard.edu/\">ScratchEd project</a>) at the Harvard Graduate School of Education, Benjamin Mako Hill at the University of Washington, Andrés Monroy Hernández at Microsoft Research, Mimi Ito and Crystle Martin at the University of California, Irvine, Quinn Burke at College of Charleston, Deborah Fields at Utah State University, and Kylie Peppler at Indiana University.",
|
||||
"credits.acknowledgementsTitle": "Acknowledgements",
|
||||
"credits.acknowledgementsContributors": "The following people have also contributed to the development and support of Scratch over the years: Susan Abend, Robbie Berg, Lauren Bessen, Keith Braadfladt, Susan Carillo, Will Denton, Nathan Dinsmore, Catherine Feldman, Jodi Finch, Ioana Fineberg, Rachel Garber, Chris Garrity, Cassy Gibbs, Brian Harvey, Roland Hebert, Tracy Ho, Benjamin Howe, Kapaya Katongo, Evan Karatzas, Christine Kim, Joren Lauwers, Mike Lee, Jeff Lieberman, Mark Loughridge, Kelly Liu, Anthony Lu, Danny Lutz, David Malan, Wayne Marshall, John McIntosh, Paul Medlock-Walton, Dongfang (Tian) Mi, Ximena Miranda, Jens Moenig, Evan Moore, Geetha Narayanan, Kate Nazemi, Liddy Nevile, Wing Ngan, Derek O'Connell, Tim Radvan, Karen Randall, Ian Reynolds, Miriam Ruiz, Chinua Shaw, Ed Shems, Cynthia Solomon, Daniel Strimpel, Kilmer Sweazy, John Henry Thompson, Ubong Ukoh, Vladimir Vuksan, Han Xu, and the many volunteer <a href=\"http://wiki.scratch.mit.edu/wiki/Translators\">Scratch Translators</a> from around the world.",
|
||||
"credits.acknowledgementsCommunity": "We greatly appreciate all of the contributions by members of the worldwide Scratch community, who have shaped the direction of Scratch by sharing their projects, comments, and ideas.",
|
||||
"credits.acknowledgementsInfluencers": "The ideas of Seymour Papert and Alan Kay have deeply inspired and influenced our work on Scratch.",
|
||||
"credits.supportersTitle": "Supporting Organizations",
|
||||
"credits.supportersFinancialHeader": "The following organizations have provided major financial support for Scratch:",
|
||||
"credtis.supportersServicesHeader": "The following organizations donate their services to help keep the Scratch project running:",
|
||||
"credits.supportersOpenHeader": "Scratch would not be possible without free and open source software, including:"
|
||||
}
|
Loading…
Reference in a new issue