mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #2527 from picklesrus/add-people-to-credits
Add people to acknowledgements. Move credits from /info/credits to /cr…
This commit is contained in:
commit
21c8f0e599
3 changed files with 14 additions and 8 deletions
|
@ -80,7 +80,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "credits",
|
"name": "credits",
|
||||||
"pattern": "^/info/credits/?$",
|
"pattern": "^/credits/?$",
|
||||||
"routeAlias": "/info/(cards|communityblocks-interviews|credits|faq|donate)/?$",
|
"routeAlias": "/info/(cards|communityblocks-interviews|credits|faq|donate)/?$",
|
||||||
"view": "credits/credits",
|
"view": "credits/credits",
|
||||||
"title": "Credits"
|
"title": "Credits"
|
||||||
|
@ -301,6 +301,12 @@
|
||||||
"routeAlias": "/3faq/?$",
|
"routeAlias": "/3faq/?$",
|
||||||
"redirect": "info/faq#scratch3"
|
"redirect": "info/faq#scratch3"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name" : "credits-redirect",
|
||||||
|
"pattern": "^/info/credits/?$",
|
||||||
|
"routeAlias": "/info/(cards|communityblocks-interviews|credits|faq|donate)/?$",
|
||||||
|
"redirect" : "/credits"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "donate-redirect",
|
"name": "donate-redirect",
|
||||||
"pattern": "^/info/donate/?",
|
"pattern": "^/info/donate/?",
|
||||||
|
|
|
@ -164,17 +164,17 @@ const Credits = () => (
|
||||||
<FormattedMessage id="credits.acknowledgementsContributors" />
|
<FormattedMessage id="credits.acknowledgementsContributors" />
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Susan Abend, Robbie Berg, Lauren Bessen, Keith Braadfladt,
|
Susan Abend, Robbie Berg, Lauren Bessen, Keith Braadfladt, Katie Broida,
|
||||||
Susan Carillo, Will Denton, Nathan Dinsmore, Catherine Feldman,
|
Susan Carillo, Will Denton, Nathan Dinsmore, Catherine Feldman, Rachel Fenichel,
|
||||||
Jodi Finch, Ioana Fineberg, JT Galla, Rachel Garber, Cassy Gibbs,
|
Jodi Finch, Ioana Fineberg, Corey Frang, JT Galla, Rachel Garber, Cassy Gibbs,
|
||||||
Brian Harvey, Roland Hebert, Tracy Ho, Benjamin Howe, Kapaya Katongo,
|
Z Goddard, Brian Harvey, Roland Hebert, Tracy Ho, Benjamin Howe, Kapaya Katongo,
|
||||||
Evan Karatzas, Christine Kim, Joren Lauwers, Mike Lee, Jeff Lieberman,
|
Evan Karatzas, Christine Kim, Joren Lauwers, Mike Lee, Jeff Lieberman,
|
||||||
Mark Loughridge, Kelly Liu, Anthony Lu, Danny Lutz, David Malan
|
Mark Loughridge, Kelly Liu, Anthony Lu, Danny Lutz, David Malan
|
||||||
Wayne Marshall, John McIntosh, Paul Medlock-Walton, Dongfang (Tian) Mi,
|
Wayne Marshall, John McIntosh, Paul Medlock-Walton, Dongfang (Tian) Mi,
|
||||||
Ximena Miranda, Jens Moenig, Evan Moore, Geetha Narayanan, Kate Nazemi,
|
Ximena Miranda, Jens Moenig, Evan Moore, Geetha Narayanan, Kate Nazemi,
|
||||||
Liddy Nevile, Wing Ngan, Derek O'Connell, Tim Radvan, Karen Randall,
|
Liddy Nevile, Wing Ngan, Derek O'Connell, Tim Radvan, Karen Randall,
|
||||||
Ian Reynolds, Miriam Ruiz, Chinua Shaw, Ed Shems, Cynthia Solomon,
|
Ian Reynolds, Miriam Ruiz, Boaz Sender, Chinua Shaw, Ed Shems, Cynthia Solomon,
|
||||||
Daniel Strimpel, Kilmer Sweazy, John Henry Thompson, Ubong Ukoh,
|
Marie Staver, Daniel Strimpel, Kilmer Sweazy, John Henry Thompson, Ubong Ukoh,
|
||||||
Vladimir Vuksan, Han Xu.
|
Vladimir Vuksan, Han Xu.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
"credits.currentFinancialSupport": "The following organizations are providing major financial support for Scratch:",
|
"credits.currentFinancialSupport": "The following organizations are providing major financial support for Scratch:",
|
||||||
"credits.translationsTitle": "Translations",
|
"credits.translationsTitle": "Translations",
|
||||||
"credits.illustrationsTitle": "Illustrations",
|
"credits.illustrationsTitle": "Illustrations",
|
||||||
"credits.acknowledgementsIllustrations": "Many thanks to the following artists for their contributions to the Scratch 3.0 sprite library:",
|
"credits.acknowledgementsIllustrations": "Many thanks to the following artists for their contributions to the Scratch sprite library:",
|
||||||
"credits.soundsTitle": "Sounds",
|
"credits.soundsTitle": "Sounds",
|
||||||
"credits.pastContributors": "Past Contributors",
|
"credits.pastContributors": "Past Contributors",
|
||||||
"credits.pastContributorsThanks" : "Many important contributions have been made by previous Scratch Team members, including John Maloney (who led software development for the first decade of Scratch) and Andrés Monroy-Hernández (who led the development of the first Scratch community website).",
|
"credits.pastContributorsThanks" : "Many important contributions have been made by previous Scratch Team members, including John Maloney (who led software development for the first decade of Scratch) and Andrés Monroy-Hernández (who led the development of the first Scratch community website).",
|
||||||
|
|
Loading…
Reference in a new issue