Releases: smhg/gettext-parser
Releases · smhg/gettext-parser
8.0.0
7.0.1
7.0.0
- add a
validation
option (disabled by default) to PO parsing (thx @vkhytskyi-allegro) - breaking: the method signatures below changed
previous use | current use |
---|---|
po.parse (input, defaultCharset) |
po.parse (input, options) |
po.stream (defaultCharset, transformOptions) |
po.stream (options, transformOptions) |
6.0.0
5.1.2
5.1.1
5.1.0
5.0.0
- added support for obsolete messages (lines starting with
#~
) (thx @KapitanOczywisty @flozz) - breaking: changed line folding when disabled (set to
0
): folding will still happen on newline characters (\n
). (thx @KapitanOczywisty @lxg)