mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #1370 from mewtaylor/issue/r2-4571
Add `/store` to footer
This commit is contained in:
commit
970db19b44
2 changed files with 6 additions and 0 deletions
|
@ -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'/>
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue