From 21aaeacb5c6cba65bbba48ba6d98d252f5d631e8 Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Wed, 9 Jan 2019 18:05:42 +0900 Subject: [PATCH] Split sentences --- src/views/credits/credits.jsx | 32 +++++++++++++++++++++++++++++++- src/views/credits/l10n.json | 3 ++- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/src/views/credits/credits.jsx b/src/views/credits/credits.jsx index 635414fd4..d7fe47277 100644 --- a/src/views/credits/credits.jsx +++ b/src/views/credits/credits.jsx @@ -108,7 +108,37 @@ const Credits = () => (

- + +

+

+

diff --git a/src/views/credits/l10n.json b/src/views/credits/l10n.json index 89c9f1c08..c8fb2e34b 100644 --- a/src/views/credits/l10n.json +++ b/src/views/credits/l10n.json @@ -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}." }