diff --git a/src/views/about/l10n.json b/src/views/about/l10n.json
index 04a17a316..bad3bd539 100644
--- a/src/views/about/l10n.json
+++ b/src/views/about/l10n.json
@@ -34,7 +34,7 @@
"about.lifelongKindergartenBookLinkText": "Lifelong Kindergarten",
"about.annualReportLinkText": "Annual Report",
"about.support": "Support and Funding",
- "about.supportDescription": "Scratch is available for free thanks to support from our {donorsLink}. For more information, see our {annualReportLink}. If you'd like to support Scratch, click here:",
+ "about.supportDescription": "Scratch is available for free, thanks to support from our {donorsLink}. For more information, see our {annualReportLink}. You can support Scratch by making a donation.",
"about.donorsLinkText": "donors",
"about.donateLinkText": "donations page",
"about.donateButton": "Donate"
diff --git a/src/views/credits/credits.jsx b/src/views/credits/credits.jsx
index 7b0ec96f1..248ace942 100644
--- a/src/views/credits/credits.jsx
+++ b/src/views/credits/credits.jsx
@@ -43,9 +43,13 @@ const Credits = () => (
)
}}
/>
-
-
- Brenda Nyaringita (Kiswahili), Hans de Jong (Nederlands).
+ {' '}
+
+ {' '}
+
+ Brenda Nyaringita (Kiswahili), Hans de Jong (Nederlands),
+ Farshid Meidani (Persian), Karin Colsman (Scottish Gaelic).
+
@@ -89,6 +93,15 @@ const Credits = () => (
>
+ ),
+ nsfGrantLink: (
+
+
+
)
}}
/>
@@ -109,7 +122,7 @@ const Credits = () => (
Sean Hickey, Christina Huang, Cori Hudson, Tony Hwang,
Abdulrahman Idlbi, Rupal Jain, Randy Jou, Lily Kim, Tauntaun Kim,
Saskia Leggett, John Maloney, Tim Mickel, Amon Millner,
- Andrés Monroy-Hernández, Marian Muthui, My Nguyen, Lisa O&pos;Brien,
+ Andrés Monroy-Hernández, Marian Muthui, My Nguyen, Lisa O'Brien,
Abisola Okuk, Carmelo Presicce, Tina Quach, Mitchel Resnick,
Ricarose Roque, Natalie Rusk, Andrea Saxman, Jay Silver,
Brian Silverman, Andrew Sliwinski, Tammy Stern, Lis Sylvan,
@@ -158,7 +171,7 @@ const Credits = () => (
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&pos;Connell,
+ Kate Nazemi, Liddy Nevile, Wing Ngan, Derek O'Connell,
Tim Radvan, Karen Randall, Ian Reynolds, Miriam Ruiz,
Boaz Sender, Chinua Shaw, Ed Shems, Cynthia Solomon,
Marie Staver, Daniel Strimpel, Kilmer Sweazy,
diff --git a/src/views/credits/credits.scss b/src/views/credits/credits.scss
index ba5dfc9b4..4b233c8b6 100644
--- a/src/views/credits/credits.scss
+++ b/src/views/credits/credits.scss
@@ -83,6 +83,13 @@
font-size: 2rem;
}
+ #donors {
+ max-width: 980px;
+ margin-left: auto;
+ margin-right: auto;
+ }
+
+
}
@media only screen and (min-width: 477px) and (max-width: 768px) {
diff --git a/src/views/credits/l10n.json b/src/views/credits/l10n.json
index b5da3e6fa..de3447892 100644
--- a/src/views/credits/l10n.json
+++ b/src/views/credits/l10n.json
@@ -15,12 +15,13 @@
"credits.researchScratchEdLinkText" : "ScratchEd project",
"credits.acknowledgementsTitle": "Acknowledgements",
"credits.acknowledgementsContributors": "The following people have also contributed to the development and support of Scratch over the years:",
- "credits.acknowledgementsDonors": "The Scratch Foundation is a 501 (c)(3) non-profit that relies on tax-deductible donations to support Scratch and keep it free for all. For a list of donors to the Scratch Foundation, please visit the {donorsLink}.",
+ "credits.acknowledgementsDonors": "The Scratch Foundation is a 501(c)(3) non-profit that relies on tax-deductible donations to support Scratch and keep it free for all. For a list of donors to the Scratch Foundation, please visit the {donorsLink}.",
"credits.acknowledgementsDonorsLinkText": "Supporters page",
- "credits.acknowledgementsLifelongKindergarten": "The {lifelongKindergartenLink} at the MIT Media Lab launched Scratch in 2007 and developed it through 2019, when the Scratch Team moved to the Scratch Foundation. The group, led by Professor Mitchel Resnick, continues to collaborate with the Scratch Team to research and support creative learning with Scratch around the world.",
+ "credits.acknowledgementsLifelongKindergarten": "The {lifelongKindergartenLink} at the MIT Media Lab initiated the Scratch project in 2002, and received a {nsfGrantLink} to support it a year later. The group publicly launched Scratch in 2007 and developed it through 2019, when the Scratch Team moved to the Scratch Foundation. The Lifelong Kindergarten group, led by Professor Mitchel Resnick, continues to collaborate with the Scratch Team to research and support creative learning with Scratch around the world.",
"credits.acknowledgementsLifelongKindergartenLinkText": "Lifelong Kindergarten research group",
- "credits.acknowledgementsTranslators": "With the help of {translatorsLink} around the world, Scratch is available in many languages. Many thanks to the following language organizers for helping to coordinate Scratch translators in their language:",
- "credits.acknowledgementsLanguageCoordinators": "Many thanks to the following language organizers for helping to coordinate Scratch translators in their language:",
+ "credits.acknowledgementsNSFGrantLinkText": "National Science Foundation Grant",
+ "credits.acknowledgementsTranslators": "With the help of {translatorsLink} around the world, Scratch is available in many languages.",
+ "credits.acknowledgementsLanguageOrganizers": "Many thanks to the following language organizers for helping to coordinate Scratch translators in their language:",
"credits.acknowledgementsTranslatorsLinkText": "Scratch Translators",
"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.",
diff --git a/src/views/credits/people.json b/src/views/credits/people.json
index bb73c87cb..e9d23d692 100644
--- a/src/views/credits/people.json
+++ b/src/views/credits/people.json
@@ -1,4 +1,9 @@
[
+ {
+ "userName": "cosmosaura",
+ "userId": 61436283,
+ "name": "Achal"
+ },
{
"userName": "originalwow",
"userId": 56182496,
@@ -29,11 +34,6 @@
"userId": 3581881,
"name": "Carl"
},
- {
- "userName": "tarmelop",
- "userId": 2286560,
- "name": "Carmelo"
- },
{
"userName": "Champ99",
"userId": 900283,
@@ -99,16 +99,16 @@
"userId": 159139,
"name": "Franchette"
},
+ {
+ "userName": "starry_sky7",
+ "userId": 61374093,
+ "name": "Iuliia"
+ },
{
"userName": "pixelmoth",
"userId": 2408962,
"name": "Jacy"
},
- {
- "userName": "jaleesa",
- "userId": 2374106,
- "name": "Jaleesa"
- },
{
"userName": "Mos20",
"userId": 52545208,
@@ -149,41 +149,21 @@
"userId": 26779669,
"name": "Kathy"
},
- {
- "userName": "khanning",
- "userId": 1553886,
- "name": "Kreg"
- },
{
"userName": "KayOh",
"userId": 3018280,
"name": "Kristin"
},
{
- "userName": "labdalla",
- "userId": 35687410,
- "name": "Lena"
- },
- {
- "userName": "leoburd",
- "userId": 385,
- "name": "Leo"
- },
- {
- "userName": "lilyland",
- "userId": 17184580,
- "name": "Lily"
+ "userName": "Lamatchalattei",
+ "userId": 61415372,
+ "name": "Lamar"
},
{
"userName": "algorithmar",
"userId": 43013126,
"name": "Maren"
},
- {
- "userName": "mwikali",
- "userId": 24838781,
- "name": "Marian"
- },
{
"userName": "dietbacon",
"userId": 24137617,
@@ -194,16 +174,6 @@
"userId": 49156,
"name": "Mark"
},
- {
- "userName": "mres",
- "userId": 167,
- "name": "Mitchel"
- },
- {
- "userName": "natalie",
- "userId": 169,
- "name": "Natalie"
- },
{
"userName": "sgcc_",
"userId": 21986973,
@@ -214,35 +184,45 @@
"userId": 2584924,
"name": "Ray"
},
+ {
+ "userName": "rtrvmwe",
+ "userId": 61342326,
+ "name": "Retrouvailles"
+ },
{
"userName": "binnieb",
"userId": 53715539,
"name": "Robyn"
},
+ {
+ "userName": "rupalax",
+ "userId": 58005604,
+ "name": "Rupa"
+ },
{
"userName": "scmb1",
"userId": 246290,
"name": "Sarah"
},
{
- "userName": "pizzafordessert",
- "userId": 22183577,
- "name": "Sean"
+ "userName": "Onyx45",
+ "userId": 63526043,
+ "name": "Shawna"
},
{
- "userName": "shruti",
- "userId": 3714374,
- "name": "Shruti"
+ "userName": "sgste735",
+ "userId": 69368419,
+ "name": "Stephanie"
},
{
- "userName": "Pandatt",
- "userId": 18417774,
- "name": "Tracy"
+ "userName": "LT7845",
+ "userId": 68837085,
+ "name": "Tasha"
},
{
- "userName": "shaanmasala",
- "userId": 29995562,
- "name": "Yusuf"
+ "userName": "Pandatt",
+ "userId": 18417774,
+ "name": "Tracy"
},
{
"userName": "Za-Chary",
diff --git a/static/images/about/around-the-world.png b/static/images/about/around-the-world.png
index d586d407c..aca987f63 100644
Binary files a/static/images/about/around-the-world.png and b/static/images/about/around-the-world.png differ