Skip to content

Commit

Permalink
feat(fao-cover): improving widget sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
willian-viana committed Nov 29, 2023
1 parent 15035a8 commit 81cde8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/widgets/land-cover/fao-cover/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ export default {
refetchKeys: ['faoYear'],
sentences: {
globalInitial:
'According to the FAO, in {year}, {percent} ({amountInHectares}) of the globe was covered by forest. Of this, {primaryPercent} was primary forest.',
'According to the FAO, in {year}, {percent} ({amountInHectares}) of the globe was covered by forest. {primaryPercent} of that forest was classified as primary forest.',
globalNoPrimary:
'FAO data from 2015 shows that there are {extent} of forest {location}, which occupies {primaryPercent} of the world.',
'According to the FAO, in {year},{primaryPercent} ({extent}) of the world was covered by forest.',
initial:
'According to the FAO, in {year}, {percent} ({amountInHectares}) of {country} was covered by forest. Of this, {primaryPercent} was primary forest.',
'According to the FAO, in {year}, {percent} ({amountInHectares}) of {country} was covered by forest. {primaryPercent} of that forest was classified as primary forest.',
noPrimary:
'FAO data from 2015 shows that {location} contains {extent} of forest, which occupies {primaryPercent} of the country.',
'According to the FAO, in {year},{primaryPercent} ({extent}) of {location} was covered by forest.',
},
getSettingsConfig: () => {
return [
Expand Down

0 comments on commit 81cde8e

Please sign in to comment.