mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #1886 from thisandagain/bugfix/1880
Remove references to Linux for the Scratch 2.0 offline editor
This commit is contained in:
commit
a4189359d8
3 changed files with 3 additions and 17 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
"id": 128283902498,
|
||||
"headline": "Update to Scratch Offline Editor",
|
||||
"copy": "We’ve released an update to Offline Editor which fixed bugs affecting Linux users.",
|
||||
"copy": "We’ve released an update to Offline Editor which fixed bugs affecting Windows users.",
|
||||
"url": "https://scratch.mit.edu/news#128283902498",
|
||||
"image": "https://33.media.tumblr.com/695b93f4ab74c68feaef1fe03baebdd5/tumblr_inline_n0xubtT0vU1szpavb.png"
|
||||
},
|
||||
|
|
|
@ -55,8 +55,7 @@ class Download extends React.Component {
|
|||
downloadUrls = {
|
||||
mac: `${downloadPath}${this.state.swfVersion}.dmg`,
|
||||
mac105: `${downloadPath}${this.state.swfVersion}.air`,
|
||||
windows: `${downloadPath}${this.state.swfVersion}.exe`,
|
||||
linux: `${downloadPath}${this.state.swfVersion}.air`
|
||||
windows: `${downloadPath}${this.state.swfVersion}.exe`
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -143,12 +142,6 @@ class Download extends React.Component {
|
|||
<FormattedMessage id="download.download" />
|
||||
</a>
|
||||
</li>
|
||||
<li className="installation-downloads-item">
|
||||
<FormattedMessage id="download.linux" /> -
|
||||
{' '}<a href="http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRInstaller.bin">
|
||||
<FormattedMessage id="download.download" />
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className="installation-column">
|
||||
|
@ -180,12 +173,6 @@ class Download extends React.Component {
|
|||
<FormattedMessage id="download.download" />
|
||||
</a>
|
||||
</li>
|
||||
<li className="installation-downloads-item">
|
||||
<FormattedMessage id="download.linux" /> -
|
||||
{' '}<a href={downloadUrls.linux}>
|
||||
<FormattedMessage id="download.download" />
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
]}
|
||||
{this.state.swfVersion === -1 ? [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"download.title": "Scratch 2.0 Offline Editor",
|
||||
"download.intro": "You can install the Scratch 2.0 editor to work on projects without an internet connection. This version will work on Mac, Windows, and some versions of Linux (32 bit).",
|
||||
"download.intro": "You can install the Scratch 2.0 editor to work on projects without an internet connection. This version will work on Windows and MacOS.",
|
||||
"download.introMac": "<b>Note for Mac Users:</b> the latest version of Scratch 2.0 Offline requires Adobe AIR 20. To upgrade to Adobe AIR 20 manually, go <a href=\"https://get.adobe.com/air/\">here</a>.",
|
||||
"download.installation": "Installation",
|
||||
"download.airTitle": "Adobe AIR",
|
||||
|
@ -8,7 +8,6 @@
|
|||
"download.macOSX": "Mac OS X",
|
||||
"download.macOlder": "Mac OS 10.5 & Older",
|
||||
"download.windows": "Windows",
|
||||
"download.linux": "Linux",
|
||||
"download.download": "Download",
|
||||
"download.offlineEditorTitle": "Scratch Offline Editor",
|
||||
"download.offlineEditorBody": "Next download and install the Scratch 2.0 Offline Editor",
|
||||
|
|
Loading…
Reference in a new issue