UNPKG

@imkremen/xlf2xlf

Version:

A command-line utility to automatically translate .xlf translation files using Google Translate

10 lines (9 loc) 175 B
/** * This wrapper allows us to suppress log messages in tests * * @param {*} args */ function log(...args) { console.log.call(this, ...args); } module.exports = log;