Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
81c59b56
Unverified
Commit
81c59b56
authored
May 12, 2021
by
Sarah Otts
Committed by
GitHub
May 12, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5392 from zoebentley/dev-page-fix
Fixes to Developers' Page
parents
8827fca1
bf55d26e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/views/developers/developers.jsx
src/views/developers/developers.jsx
+2
-2
src/views/developers/l10n.json
src/views/developers/l10n.json
+1
-1
No files found.
src/views/developers/developers.jsx
View file @
81c59b56
...
...
@@ -364,8 +364,8 @@ const Developers = () => (
<
a
href=
"https://github.com/LLK/"
>
GitHub
</
a
>
),
contactUsLink
:
(
<
a
href=
"
https://scratch.mit.edu/contact-us/
"
>
<
FormattedMessage
id=
"general.contactUs"
/>
<
a
href=
"
/contact-us
"
>
Contact Us
</
a
>
)
}
}
...
...
src/views/developers/l10n.json
View file @
81c59b56
{
"developers.hereLinkText"
:
"here"
,
"developers.title"
:
"Scratch for Developers"
,
"developers.introLinkText"
:
"Scratch Team
at MIT
"
,
"developers.introLinkText"
:
"Scratch Team"
,
"developers.intro"
:
"On this page, you’ll find information about open source projects created and maintained by the {introLink}, as well as our thoughts on best practices for designing learning experiences for children."
,
"developers.projectsTitle"
:
"Projects"
,
"developers.principlesTitle"
:
"Principles"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment