commit
44f54fd243
@ -1,6 +1,6 @@
|
|||||||
Used to load and save PO files.
|
Used to load and save PO files.
|
||||||
|
|
||||||
var po = require('po')
|
var po = require('node-po')
|
||||||
, fs = require('fs')
|
, fs = require('fs')
|
||||||
|
|
||||||
po.load('text.po', function(_po){
|
po.load('text.po', function(_po){
|
||||||
@ -11,4 +11,4 @@ Used to load and save PO files.
|
|||||||
console.log('We copied a PO file for no reason!');
|
console.log('We copied a PO file for no reason!');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user