mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-14 10:14:47 -04:00
Write files in the weblate style
This commit is contained in:
parent
35daa5d19a
commit
9ab547d2a9
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ for(let filename of files){
|
||||||
console.log(`Removed ${key} of ${filename}`)
|
console.log(`Removed ${key} of ${filename}`)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fs.writeFileSync(`./src/i18n/${filename}`, JSON.stringify(content, null,2))
|
fs.writeFileSync(`./src/i18n/${filename}`, JSON.stringify(content, null,4)+'\n')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue