Library rewrite, Jed compatibility
NB! This release is NOT backwards-compatible! It has the following breaking changes:
po2json.parse_pohas been replaced withpo2json.parsepo2json.parsehas been replaced withpo2json.parseFilepo2json.parseSynchas been replaced withpo2json.parseFileSync
Other changes in this release:
- The library has been competely rewritten, it now uses the gettext-parser module to parse PO files. (Illimar Tambek)
- Tests have been completely rewritten (Illimar Tambek)
- Fixed issue with double-escaping quotes (Illimar Tambek)
- Option to skip/include fuzzy translations (Illimar Tambek)