New Crowdin updates (#1856)

This commit is contained in:
Lipis 2020-07-07 18:30:58 +03:00 committed by GitHub
parent 9351b2821c
commit ead58bf2d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 67 additions and 43 deletions

View file

@ -27,6 +27,6 @@ for (let index = 0; index < locales.length; index++) {
writeFileSync(
`${__dirname}/../src/locales/percentages.json`,
JSON.stringify(percentages, null, 2),
`${JSON.stringify(percentages, null, 2)}\n`,
"utf8",
);