mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #2764 from apple502j/patch-11
Don't refer to a section which does not exist
This commit is contained in:
commit
a985585d80
2 changed files with 9 additions and 2 deletions
|
@ -147,7 +147,14 @@ const Faq = injectIntl(props => (
|
|||
/>
|
||||
</dd>
|
||||
<dt><FormattedMessage id="faq.removedBlocksScratch3Title" /></dt>
|
||||
<dd><FormattedMessage id="faq.removedBlocksScratch3Body" /></dd>
|
||||
<dd>
|
||||
<FormattedMessage
|
||||
id="faq.removedBlocksScratch3Body"
|
||||
values={{extensionsFAQLink: (
|
||||
<a href="#scratch-extensions"><FormattedMessage id="faq.scratchExtensionsTitle" /></a>
|
||||
)}}
|
||||
/>
|
||||
</dd>
|
||||
<dt><FormattedMessage id="faq.newBlocksScratch3Title" /></dt>
|
||||
<dd><FormattedMessage id="faq.newBlocksScratch3Body" /></dd>
|
||||
<ul>
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
"faq.languagesScratch3Body2":"All of our translations are done by volunteers. The Scratch 3.0 editor has already been translated into 40+ languages. You can view all the languages currently being translated and reviewed on our {transifexLink}. If you want to help with translation or review, please contact {emailLink}.",
|
||||
"faq.transifexLinkText":"translation server",
|
||||
"faq.removedBlocksScratch3Title":"Does Scratch 3.0 remove any coding blocks from earlier versions of Scratch?",
|
||||
"faq.removedBlocksScratch3Body":"No coding blocks have been removed in Scratch 3.0, but some have changed a bit and others have moved into \"Extensions\" (as described below, under \"Where did the Pen blocks go?..\").",
|
||||
"faq.removedBlocksScratch3Body":"No coding blocks have been removed in Scratch 3.0, but some have changed a bit and others have moved into \"Extensions\" (as described below, in the {extensionsFAQLink} section).",
|
||||
"faq.newBlocksScratch3Title":"Does Scratch 3.0 introduce new blocks?",
|
||||
"faq.newBlocksScratch3Body":"Yes! In Scratch 3.0 you’ll find:",
|
||||
"faq.newBlocksSoundEffect":"New \"sound effect\" blocks",
|
||||
|
|
Loading…
Reference in a new issue