in FAQ, added reference to Scratch Extensions to blocks change answer

This commit is contained in:
Ben Wheeler 2019-02-14 14:12:50 -05:00
parent 653beccf4b
commit 752a90965c
2 changed files with 9 additions and 2 deletions
src/views/faq

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\".",
"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",