forked from MapComplete/MapComplete
Translation reset
This commit is contained in:
parent
ccf059a20b
commit
791785c6c1
14 changed files with 21 additions and 102 deletions
|
@ -60,7 +60,7 @@ function main() {
|
|||
console.log("Fixing images in " + path)
|
||||
const parsed = JSON.parse(readFileSync(path, "UTF8"))
|
||||
const converted = new ConvertImagesToIcon(iconClass).convertStrict(parsed, "While running the fixImagesInTagRenderings-script")
|
||||
writeFileSync(targetFile, JSON.stringify(converted, null, " "))
|
||||
writeFileSync(targetFile, JSON.stringify(converted, null, " "))
|
||||
console.log("Written fixed version to " + targetFile)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue