Added newline at end of file and changed languages count to be rounded down to 60

This commit is contained in:
Zoë Bentley 2021-03-02 14:09:52 -05:00
parent 7eb8406b8c
commit d41a230e83
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ const About = () => (
<p><FormattedMessage
id="about.aroundTheWorldDescription"
values={{
languageCount: 64,
languageCount: 60,
translationLink: (
<a
href="https://github.com/LLK/scratch-l10n/wiki/Guide-for-Scratch-Translators"