Add scripts to convert ftl to/from Transifex JSON (#3058)

This commit is contained in:
Tom Najdek 2023-04-03 13:04:32 +02:00 committed by Dan Stillman
parent d5a584c28b
commit afaf0b4968
6 changed files with 178 additions and 5 deletions

View file

@ -21,7 +21,7 @@ function onSuccess(result) {
msg += ` | ${result.totalCount} checked`;
}
msg += ` [${yellow(`${result.processingTime}ms`)}]`;
msg += ` [${yellow(`${result.processingTime.toFixed(2)}ms`)}]`;
console.log(msg);
}