Split sentences

This commit is contained in:
apple502j 2019-01-09 18:05:42 +09:00
parent ad363a5e23
commit 21aaeacb5c
2 changed files with 33 additions and 2 deletions

View file

@ -108,7 +108,37 @@ const Credits = () => (
<FormattedMessage id="credits.soundsTitle" />
</h2>
<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>
<h2>
<FormattedMessage id="credits.pastContributors" />

View file

@ -32,5 +32,6 @@
"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.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}."
}