Merge pull request #6748 from seotts/fix-placeholder

Change placeholder name in AR string
This commit is contained in:
Sarah Otts 2022-04-27 10:38:08 -04:00 committed by GitHub
commit c641430fe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -574,7 +574,7 @@ class AnnualReport extends React.Component {
<FormattedMessage <FormattedMessage
id="annualReport.2021.reachScratchAroundTheWorld" id="annualReport.2021.reachScratchAroundTheWorld"
values={{ values={{
bold: ( numberOfCountries: (
<b> <b>
<FormattedMessage id="annualReport.2021.reachScratchAroundTheWorldBold" /> <FormattedMessage id="annualReport.2021.reachScratchAroundTheWorldBold" />
</b> </b>

View file

@ -51,7 +51,7 @@
"annualReport.2021.reachNewUsers": "New Users", "annualReport.2021.reachNewUsers": "New Users",
"annualReport.2021.reachProjectsCreated": "Projects Created", "annualReport.2021.reachProjectsCreated": "Projects Created",
"annualReport.2021.reachProjectCreators": "People Creating Projects", "annualReport.2021.reachProjectCreators": "People Creating Projects",
"annualReport.2021.reachScratchAroundTheWorld": "Scratch is used around the world across {bold}", "annualReport.2021.reachScratchAroundTheWorld": "Scratch is used around the world across {numberOfCountries}",
"annualReport.2021.reachScratchAroundTheWorldBold": "more than 200 countries and territories", "annualReport.2021.reachScratchAroundTheWorldBold": "more than 200 countries and territories",
"annualReport.2021.reachSaudiArabiaTitle": "Saudi Arabia", "annualReport.2021.reachSaudiArabiaTitle": "Saudi Arabia",
"annualReport.2021.reachSaudiArabiaDescription": "We saw tremendous growth around the world in 2021, but we were amazed to see the growth in Saudi Arabia, where we saw twice as many new users as the year before.", "annualReport.2021.reachSaudiArabiaDescription": "We saw tremendous growth around the world in 2021, but we were amazed to see the growth in Saudi Arabia, where we saw twice as many new users as the year before.",