mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-24 16:18:01 -05:00
Added newline at end of file and changed languages count to be rounded down to 60
This commit is contained in:
parent
7eb8406b8c
commit
d41a230e83
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -92,4 +92,4 @@
|
|||
span {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue