Confirmed users
1,016
edits
| Line 419: | Line 419: | ||
|                'shared to <span>{n} people</span>', num_people)|fe(n=num_people) }} |                'shared to <span>{n} people</span>', num_people)|fe(n=num_people) }} | ||
|    {{ ngettext('in <span>{n} country</span> around the world.', |    {{ ngettext('in <span>{n} country</span> around the world.', | ||
|                'in <span>{n} different countries</span> around the world.', num_countries)|fe(n=num_countries) }} |                'in <span>{n} different countries</span> around the world.', | ||
|               num_countries)|fe(n=num_countries) }} | |||
|    {{ ngettext('And, they unlocked <span>{n} cool badge</span> in the process.', |    {{ ngettext('And, they unlocked <span>{n} cool badge</span> in the process.', | ||
|                'And, they unlocked <span>{n} cool badges</span> in the process.', num_badges)|fe(n=num_badges) }} |                'And, they unlocked <span>{n} cool badges</span> in the process.', | ||
|               num_badges)|fe(n=num_badges) }} | |||
|    {{ _('How far will your Spark go?') }} |    {{ _('How far will your Spark go?') }} | ||
| </p> | </p> | ||
| </pre> | </pre> | ||