smhg / gettext-parser

Parse and compile gettext po and mo files, nothing more, nothing less
MIT License
160 stars 44 forks source link

feat: add support for compiling big-endian .mo files #98

Open johnhooks opened 4 months ago

johnhooks commented 4 months ago

This commit adds support for compiling big-endian .mo files. This facilitates the use of .mo files in big-endian systems, the ability to parser big-endian .mo files was already present.

This commit also does the following:

Fixes #97