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
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",
);