Skip to content

feat: Fixing punctuation and grammar. #9358

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/views/ideas/l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ideas.codingCards": "Coding Cards",
"ideas.educatorGuide": "Educator Guide",
"ideas.scratchYouTubeChannel": "ScratchTeam channel",
"ideas.scratchYouTubeChannelDescription": "This is the official <a>Youtube Channel</a> of Scratch. We share resources, tutorials, and stories about Scratch.",
"ideas.scratchYouTubeChannelDescription": "This is the official <a>YouTube Channel</a> of Scratch. We share resources, tutorials, and stories about Scratch.",
"ideas.spritesAndVector": "Sprites & Vector Drawing",
"ideas.tipsAndTricks": "Tips & Tricks",
"ideas.advancedTopics": "Advanced Topics",
Expand Down Expand Up @@ -68,5 +68,5 @@
"ideas.modalCardNameCustomBlocks": "Make Your Custom My Blocks",
"ideas.modalCardNameFaceSensing": "Scratch Lab Face Sensing Coding Cards",
"ideas.modalCardNameComputationalConcepts": "Turtle Graphics Coding Cards",
"ideas.downloadGuides": "<strong>Computer doesn’t allow Youtube?</strong> Download <a>written guides</a> for these topics."
"ideas.downloadGuides": "<strong>Computer doesn’t allow YouTube?</strong> Download <a>written guides</a> for these topics."
}
26 changes: 13 additions & 13 deletions src/views/messages/l10n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@
"messages.activityProjects": "Project Activity",
"messages.activityStudios": "Studio Activity",
"messages.activityForums": "Forum Activity",
"messages.becomeManagerText": "{username} promoted you to manager for the studio {studio}",
"messages.becomeManagerText": "{username} promoted you to manager for the studio {studio}.",
"messages.becomeHostText": "{usernameOrScratchTeam} made you the host of the studio {studio}. As host, you now have the ability to edit the studio title, thumbnail, and description. Go say hello in the studio!",
"messages.becomeHostScratchTeam": "A Scratch Team member",
"messages.curatorInviteText": "{actorLink} invited you to curate the studio {studioLink}. Visit the {tabLink} on the studio to accept the invitation",
"messages.curatorInviteText": "{actorLink} invited you to curate the studio {studioLink}. Visit the {tabLink} on the studio to accept the invitation!",
"messages.curatorTabText": "curator tab",
"messages.favoriteText": "{profileLink} favorited your project {projectLink}",
"messages.favoriteText": "{profileLink} favorited your project {projectLink}.",
"messages.filterBy": "Filter by",
"messages.followText": "{profileLink} is now following you",
"messages.forumPostText": "There are new posts in the forum thread: {topicLink}",
"messages.learnMore": "Click here to learn more",
"messages.loveText": "{profileLink} loved your project {projectLink}",
"messages.followText": "{profileLink} is now following you.",
"messages.forumPostText": "There are new posts in the forum topic: {topicLink}.",
"messages.learnMore": "Click here to learn more.",
"messages.loveText": "{profileLink} loved your project {projectLink}.",
"messages.messageTitle": "Messages",
"messages.profileComment": "{profileLink} commented on {commentLink}",
"messages.commentReply": "{profileLink} replied to your comment on {commentLink}",
"messages.profileComment": "{profileLink} commented on {commentLink}.",
"messages.commentReply": "{profileLink} replied to your comment on {commentLink}.",
"messages.profileOther": "{username}'s profile",
"messages.profileSelf": "your profile",
"messages.projectComment": "{profileLink} commented on your project {commentLink}",
"messages.remixText": "{profileLink} remixed your project {remixedProjectLink} as {projectLink}",
"messages.projectComment": "{profileLink} commented on your project {commentLink}.",
"messages.remixText": "{profileLink} remixed your project {remixedProjectLink} as {projectLink}.",
"messages.scratcherInvite": "You are invited to become a Scratcher! {learnMore}!",
"messages.scratchTeamTitle": "Messages from the Scratch Team",
"messages.studioActivityText": "There was new activity in {studioLink} today",
"messages.studioCommentReply": "{profileLink} replied to your comment in {commentLink}",
"messages.studioActivityText": "There was new activity in {studioLink} today.",
"messages.studioCommentReply": "{profileLink} replied to your comment in {commentLink}.",
"messages.userJoinText": "Welcome to Scratch! After you make projects and comments, you'll get messages about them here. Go {exploreLink} or {makeProjectLink}.",
"messages.userJoinMakeProject": "make a project",
"messages.requestError": "Oops! Looks like there was a problem getting some of your messages. Please try to reload this page."
Expand Down