Merge pull request #2764 from apple502j/patch-11

Don't refer to a section which does not exist
This commit is contained in:
Benjamin Wheeler 2019-02-15 07:59:51 -05:00 committed by GitHub
commit a985585d80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View file

@ -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>

View file

@ -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 youll find:",
"faq.newBlocksSoundEffect":"New \"sound effect\" blocks",