mirror of
https://github.com/scratchfoundation/scratch-l10n.git
synced 2024-12-22 05:32:34 -05:00
fix: use tidier import for transifex imports
Co-authored-by: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com>
This commit is contained in:
parent
a02fbd0af6
commit
d6f1224931
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@
|
|||
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const txPush = require('../lib/transifex.js').txPush;
|
||||
const txCreateResource = require('../lib/transifex.js').txCreateResource;
|
||||
const {txPush, txCreateResource} = require('../lib/transifex.js');
|
||||
|
||||
const args = process.argv.slice(2);
|
||||
|
||||
|
|
Loading…
Reference in a new issue