This commit is contained in:
Yuri Kuznetsov
2020-07-18 15:02:25 +03:00
parent 3c651f8633
commit fa0cf9c9fd
-5
View File
@@ -31,11 +31,6 @@ const nodePath = require('path');
const PO = require('pofile');
const os = require('os');
if (process.argv.length < 2) {
throw new Error('No dir argument passed');
}
/**
* Builds language files from a PO file.
*/