Releases: arashm/PoParser
Releases · arashm/PoParser
v3.0.1
- Update poparser.gemspec (#18)
v3.0.0
- replaced parslet with simple_po_parser. Speedup parsing by up to 500x. Courtesy of @dfherr
v2.0.1
- Header handles flags, especially the fuzzy flag (#13)
- Update README.md
v2.0.0
Comment#to_s
now returns string instead of array (backward incompatible)
- Parser won't choke on cases where there are spaces before eol
v1.1.0
- fixed typo refrence, but kept it backwards compatible for entries
- [Header] skip empty header fields from to_s output with a warning
- [Parser] Allow multiple space after msgs and text
- added alias methods for entry accessors
v1.0.3
- Add
obsolete
alias for cached
entries. Now you can use Po#obsolete
or Entry#obsolete?
v1.0.2
- Update dependencies
- Handle empty lines in .po file (thanks to @roland9)
- Fix translated strings stats
v1.0.1
Update dependencies to latest versions.
v1.0.0
- add support for header entry
add_entry
renamed to add
and returns self
- besides percentages, inspect of
po
now returns each entry count too
po.add
now raises error if you try to add an unknown label