Add /store to footer

This commit is contained in:
Matthew Taylor 2017-06-26 10:35:29 -04:00
parent 16691792b7
commit b22aaa8465
2 changed files with 6 additions and 0 deletions

View file

@ -146,6 +146,11 @@ var Footer = React.createClass({
<FormattedMessage id='general.contactUs' />
</a>
</dd>
<dd>
<a href="/store">
<FormattedMessage id='general.scratchStore' />
</a>
</dd>
<dd>
<a href="https://secure.donationpay.org/scratchfoundation/">
<FormattedMessage id='general.donate'/>

View file

@ -62,6 +62,7 @@
"general.scratchEd": "ScratchEd",
"general.scratchFoundation": "Scratch Foundation",
"general.scratchJr": "ScratchJr",
"general.scratchStore": "Scratch Store",
"general.search": "Search",
"general.signIn": "Sign in",
"general.statistics": "Statistics",