Add scripts to convert ftl to/from Transifex JSON (#3058)
This commit is contained in:
parent
d5a584c28b
commit
afaf0b4968
6 changed files with 178 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue