Skip to content

Library rewrite, Jed compatibility

Choose a tag to compare

@mikeedwards mikeedwards released this 20 Nov 12:55
· 127 commits to master since this release

NB! This release is NOT backwards-compatible! It has the following breaking changes:

  • po2json.parse_po has been replaced with po2json.parse
  • po2json.parse has been replaced with po2json.parseFile
  • po2json.parseSync has been replaced with po2json.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)