A buildout recipe to compile message catalog to binary format.
Project description
A buildout recipe to compile message catalog to binary format (.po to .mo).
Requirements
Usage
Minimal buildout config example:
[buildout] parts = po2mo [po2mo] recipe = c2c.recipe.msgfmt po-directory = foo/bar/i18n/
The .mo files are created in the same directory as the .po files.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.