mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-06-15 02:34:49 -04:00
Build 29134527
This commit is contained in:
parent
935a61edc8
commit
d8a9444b70
17 changed files with 3821 additions and 3818 deletions
|
@ -1,4 +1,4 @@
|
|||
// npx nodemon checks.js --watch checks.js
|
||||
// node checks.js
|
||||
const fs= require('fs')
|
||||
const files = fs.readdirSync('./src/i18n/')
|
||||
for(let filename of files){
|
||||
|
@ -10,7 +10,6 @@ for(let filename of files){
|
|||
console.log(`Removed ${key} of ${filename}`)
|
||||
}
|
||||
content[key]=content[key].trim()
|
||||
|
||||
}
|
||||
fs.writeFileSync(`./src/i18n/${filename}`, JSON.stringify(content, null,4)+'\n')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue