/potty

Rust library for parsing and writing .po translation files

Primary LanguageRust

This library allows parsing and writing .po translation files.
It works with files considered valid by msgfmt, e.g. msgfmt -c example.po.

The following work needs to be done:

  • Add unit tests to cover parsing various PO formats
  • Refactor code such that written strings wrap across multiple lines
  • Maybe add minimal validation somehow rather than assuming PO files match the spec