mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Merge pull request #286 from mewtaylor/bugfix/hoc-translation-updates
Some translations cleanup [master]
This commit is contained in:
commit
e688d62c6e
3 changed files with 8 additions and 2 deletions
2
en.json
2
en.json
|
@ -2,6 +2,7 @@
|
|||
"general.accountSettings": "Account settings",
|
||||
"general.about": "About",
|
||||
"general.donate": "Donate",
|
||||
"general.collaborators": "Collaborators",
|
||||
"general.community": "Community",
|
||||
"general.contactUs": "Contact Us",
|
||||
"general.copyright": "Scratch is a project of the Lifelong Kindergarten Group at the MIT Media Lab",
|
||||
|
@ -59,6 +60,7 @@
|
|||
"hoc.helpScratchDescription": "You can find tutorials and helpful hints in the <a href=\"/projects/editor/?tip_bar=home\">Tips Window</a>. For more resources, see <a href=\"/help\">Scratch Help</a>",
|
||||
"hoc.moreActivities": "Want More Activities?",
|
||||
"hoc.moreDescription": "Check out these other tutorials. Or remix one of our <a href=\"/starter_projects\">Starter Projects</a>",
|
||||
"hoc.officialNotice": "The \"Hour of Code™\" is a nationwide initiative by <a href=\"http://csedweek.org\">Computer Science Education Week</a> and <a href=\"http://code.org\">Code.org</a> to introduce millions of students to one hour of computer science and computer programming.",
|
||||
"hoc.studioAlice": "Alice in Wonderland Studio",
|
||||
"hoc.studioWeBareBears": "We Bare Bears Studio",
|
||||
"hoc.subTitle": "With Scratch, you can program your own stories, games, and animations — and share them online.",
|
||||
|
|
|
@ -64,7 +64,7 @@ var Footer = React.createClass({
|
|||
<dl>
|
||||
<dt>
|
||||
<FormattedMessage
|
||||
id='general.communityHeader'
|
||||
id='general.community'
|
||||
defaultMessage={'Community'} />
|
||||
</dt>
|
||||
<dd>
|
||||
|
|
|
@ -359,7 +359,11 @@ var Hoc = React.createClass({
|
|||
</Box>
|
||||
|
||||
<section className="one-up">
|
||||
<h3>Collaborators</h3>
|
||||
<h3>
|
||||
<FormattedMessage
|
||||
id='general.collaborators'
|
||||
defaultMessage={'Collaborators'} />
|
||||
</h3>
|
||||
<div className="logos">
|
||||
<a href="http://scratched.gse.harvard.edu/">
|
||||
<img src="/images/hoc2015/scratchEd-logo.png" />
|
||||
|
|
Loading…
Reference in a new issue