node-po

0.1.2 • Public • Published

Used to load and save PO files.

var po = require('po')  
  , fs = require('fs')

po.load('text.po', function(_po){
  console.log(_po.headers);
  console.log(_po.items);
  
  _po.save('copy.po', function(){
    console.log('We copied a PO file for no reason!');
  });
});

Readme

Keywords

none

Package Sidebar

Install

npm i node-po

Weekly Downloads

343

Version

0.1.2

License

none

Last publish

Collaborators

  • mikejholly