mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Split sentences
This commit is contained in:
parent
ad363a5e23
commit
21aaeacb5c
2 changed files with 33 additions and 2 deletions
|
@ -108,7 +108,37 @@ const Credits = () => (
|
||||||
<FormattedMessage id="credits.soundsTitle" />
|
<FormattedMessage id="credits.soundsTitle" />
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
<FormattedMessage id="credits.soundsThanks" />
|
<FormattedMessage id="credits.acknowledgementsSounds" />
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<FormattedMessage
|
||||||
|
id="credits.soundsThanks"
|
||||||
|
values={{
|
||||||
|
acclivity: 'acclivity',
|
||||||
|
belloisec: 'belloisec',
|
||||||
|
Benboncan: 'Benboncan',
|
||||||
|
Calcuttan: 'Calcuttan',
|
||||||
|
coby12388: 'coby12388',
|
||||||
|
copyc4t: 'copyc4t',
|
||||||
|
cs272: 'cs272',
|
||||||
|
Flick3r: 'Flick3r',
|
||||||
|
FreqMan: 'FreqMan',
|
||||||
|
gelo_papas: 'gelo_papas',
|
||||||
|
han1: 'han1',
|
||||||
|
InspectorJ: 'InspectorJ',
|
||||||
|
jiserte: 'jiserte',
|
||||||
|
junggle: 'junggle',
|
||||||
|
juskiddink: 'juskiddink',
|
||||||
|
klankbeeld: 'klankbeeld',
|
||||||
|
LittleRobotSoundFactory: 'LittleRobotSoundFactory',
|
||||||
|
LloydEvans09: 'LloydEvans09',
|
||||||
|
lonemonk: 'lonemonk',
|
||||||
|
rhodesmas: 'rhodesmas',
|
||||||
|
sandyrb: 'sandyrb',
|
||||||
|
themfish: 'themfish',
|
||||||
|
tyops: 'tyops'
|
||||||
|
}}
|
||||||
|
/>
|
||||||
</p>
|
</p>
|
||||||
<h2>
|
<h2>
|
||||||
<FormattedMessage id="credits.pastContributors" />
|
<FormattedMessage id="credits.pastContributors" />
|
||||||
|
|
|
@ -32,5 +32,6 @@
|
||||||
"credits.pastContributors": "Past Contributors",
|
"credits.pastContributors": "Past Contributors",
|
||||||
"credits.pastContributorsThanks" : "Many important contributions have been made by previous Scratch Team members, including John Maloney (who led software development for the first decade of Scratch) and Andrés Monroy-Hernández (who led the development of the first Scratch community website).",
|
"credits.pastContributorsThanks" : "Many important contributions have been made by previous Scratch Team members, including John Maloney (who led software development for the first decade of Scratch) and Andrés Monroy-Hernández (who led the development of the first Scratch community website).",
|
||||||
"credits.otherContributors": "Other contributors include:",
|
"credits.otherContributors": "Other contributors include:",
|
||||||
"credits.soundsThanks": "The Scratch sound library uses free sound resources from Adobe.com, Archive.org, FreeMusicArchive.org, FreeSound.org, and Incompetech.com. Thanks to Nina Paley from Archive.org; Kellee Maize, Peter Rudenko, and Chris Zabriskie from FreeMusicArchive.org; and Kevin MacLeod from Incompetech.com. Thanks to the following freesound.org artists: acclivity, belloisec, Benboncan, Calcuttan, coby12388, copyc4t, cs272, Flick3r, FreqMan, gelo_papas, han1, InspectorJ, jiserte, junggle, juskiddink, klankbeeld, LittleRobotSoundFactory, LloydEvans09, lonemonk, rhodesmas, sandyrb, themfish, tyops."
|
"credits.acknowledgementsSounds": "The Scratch sound library uses free sound resources from Adobe.com, Archive.org, FreeMusicArchive.org, FreeSound.org, and Incompetech.com.",
|
||||||
|
"credits.soundsThanks":"Thanks to Nina Paley from Archive.org; Kellee Maize, Peter Rudenko, and Chris Zabriskie from FreeMusicArchive.org; and Kevin MacLeod from Incompetech.com. Thanks to the following freesound.org artists: {acclivity}, {belloisec}, {Benboncan}, {Calcuttan}, {coby12388}, {copyc4t}, {cs272}, {Flick3r}, {FreqMan}, {gelo_papas}, {han1}, {InspectorJ}, {jiserte}, {junggle}, {juskiddink}, {klankbeeld}, {LittleRobotSoundFactory}, {LloydEvans09}, {lonemonk}, {rhodesmas}, {sandyrb}, {themfish}, {tyops}."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue