mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 00:58:14 -05:00
Update copy
This commit is contained in:
parent
3f5d34d05f
commit
09b578bff7
2 changed files with 21 additions and 3 deletions
|
@ -99,9 +99,24 @@ class ContactUs extends React.Component {
|
||||||
<p><FormattedMessage id="contactUs.forumsIntro" /></p>
|
<p><FormattedMessage id="contactUs.forumsIntro" /></p>
|
||||||
<p><FormattedMessage id="contactUs.forumsHelp" /></p>
|
<p><FormattedMessage id="contactUs.forumsHelp" /></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/discuss/4/"><FormattedMessage id="contactUs.questionsLinkText" /></a></li>
|
<li><FormattedMessage
|
||||||
<li><a href="/discuss/7/"><FormattedMessage id="contactUs.scriptsLinkText" /></a></li>
|
id="contactUs.questionsText"
|
||||||
<li><a href="/discuss/3/"><FormattedMessage id="contactUs.bugsLinkText" /></a></li>
|
values={{questionsLink: (
|
||||||
|
<a href="/discuss/4/"><FormattedMessage id="contactUs.questionsLinkText" /></a>
|
||||||
|
)}}
|
||||||
|
/></li>
|
||||||
|
<li><FormattedMessage
|
||||||
|
id="contactUs.scriptsText"
|
||||||
|
values={{scriptsLink: (
|
||||||
|
<a href="/discuss/7/"><FormattedMessage id="contactUs.scriptsLinkText" /></a>
|
||||||
|
)}}
|
||||||
|
/></li>
|
||||||
|
<li><FormattedMessage
|
||||||
|
id="contactUs.bugsText"
|
||||||
|
values={{bugsLink: (
|
||||||
|
<a href="/discuss/3/"><FormattedMessage id="contactUs.bugsLinkText" /></a>
|
||||||
|
)}}
|
||||||
|
/></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3>
|
<h3>
|
||||||
<FormattedMessage id="contactUs.needSupport" />
|
<FormattedMessage id="contactUs.needSupport" />
|
||||||
|
|
|
@ -4,10 +4,13 @@
|
||||||
"contactUs.faqLinkText":"Frequently Asked Questions",
|
"contactUs.faqLinkText":"Frequently Asked Questions",
|
||||||
"contactUs.forumsInfo":"If you cannot find an answer in the FAQ, there are many experienced Scratchers in the Discussion Forums who are happy to help.",
|
"contactUs.forumsInfo":"If you cannot find an answer in the FAQ, there are many experienced Scratchers in the Discussion Forums who are happy to help.",
|
||||||
"contactUs.forumsLinkText":"Discussion Forums",
|
"contactUs.forumsLinkText":"Discussion Forums",
|
||||||
|
"contactUs.questionsText":"{questionsLink}: Ask others in the community about anything related to Scratch.",
|
||||||
"contactUs.questionsForum":"You can ask general questions about how to do stuff in the {questionsLink} forum.",
|
"contactUs.questionsForum":"You can ask general questions about how to do stuff in the {questionsLink} forum.",
|
||||||
"contactUs.questionsLinkText":"Questions About Scratch",
|
"contactUs.questionsLinkText":"Questions About Scratch",
|
||||||
|
"contactUs.scriptsText":"{scriptsLink}: Get help with the blocks or code to make your project work.",
|
||||||
"contactUs.scriptsForum":"If you need help with a specific project, try posting in the {scriptsLink} forum.",
|
"contactUs.scriptsForum":"If you need help with a specific project, try posting in the {scriptsLink} forum.",
|
||||||
"contactUs.scriptsLinkText":"Help with Scripts",
|
"contactUs.scriptsLinkText":"Help with Scripts",
|
||||||
|
"contactUs.bugsText":"{bugsLink}: Find out how to deal with bugs, glitches, or other issues you encounter on the Scratch website or in the project editor.",
|
||||||
"contactUs.bugsForum":"If you want to report a bug in Scratch, check the {bugsLink} forum. It's the best place to report bugs and see if others are experiencing similar difficulties.",
|
"contactUs.bugsForum":"If you want to report a bug in Scratch, check the {bugsLink} forum. It's the best place to report bugs and see if others are experiencing similar difficulties.",
|
||||||
"contactUs.bugsLinkText":"Bugs and Glitches",
|
"contactUs.bugsLinkText":"Bugs and Glitches",
|
||||||
"contactUs.formIntro":"If you still need to contact us, please fill out the form below with as much detail as you can. If you have any screenshots, attachments or links that help to explain your problem, please include them. We get a lot of mail, so we may not be able to respond to your message.",
|
"contactUs.formIntro":"If you still need to contact us, please fill out the form below with as much detail as you can. If you have any screenshots, attachments or links that help to explain your problem, please include them. We get a lot of mail, so we may not be able to respond to your message.",
|
||||||
|
|
Loading…
Reference in a new issue