PoParser icon indicating copy to clipboard operation
PoParser copied to clipboard

A Ruby PO file parser, editor and generator. PO files are translation files generated by GNU/Gettext tool

Results 2 PoParser issues
Sort by recently updated
recently updated
newest added

As described in https://github.com/arashm/PoParser/issues/27 multi-line po entries did not export in such a was as they could be successfully reimported when `Entry#to_h` was called on each Entry object. The same...

I'm trying to create a new Po object by adding entries from another Po object: ```ruby po1 = PoParser.parse_file('file.po') po2 = PoParser::Po.new po2