Use 4 spaces in translation files for compatibility with hosted weblate

This commit is contained in:
Pieter Vander Vennet 2021-11-16 02:59:33 +01:00
parent eae05b21c6
commit 134be7177e
59 changed files with 29357 additions and 29358 deletions

View file

@ -245,7 +245,7 @@ function generateTranslationsObjectFrom(objects: { path: string, parsed: { id: s
let json = tr.toJson(lang)
try {
json = JSON.stringify(JSON.parse(json), null, " ");
json = JSON.stringify(JSON.parse(json), null, " ");
} catch (e) {
console.error(e)
}