mirror of
https://github.com/SrIzan10/vdo.ninja.git
synced 2026-05-01 11:05:24 +00:00
Update ci-generateTranslations.js
This commit is contained in:
2
.github/ci-generateTranslations.js
vendored
2
.github/ci-generateTranslations.js
vendored
@@ -25,7 +25,7 @@ function downloadTranslation(filename, trans = {}) {
|
||||
console.log("Saving translation: " + filename);
|
||||
const textDoc = JSON.stringify(trans, null, 2);
|
||||
|
||||
fs.writeFile(`translations\\${filename}.json`, textDoc, function (err) {
|
||||
fs.writeFile(`translations/${filename}.json`, textDoc, function (err) {
|
||||
if (err) {
|
||||
return console.log(err);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user