Fork that allows conversion of language PAK files to Gettext PO and from PO to PAK
Call unpack.py
with directory as a po or pot file. Examples:
python unpack.py en-US.pak en-US.po
creates a PO file
python unpack.py en-US.pak en-US.pot
creates a POT file
Simply call pack.py
with directory as a po file. Example: python pack.py en-US.po