=================
c2c.recipe.msgfmt
=================

A buildout recipe to compile message catalog to binary format.

Requirements
------------
 * Babel (http://babel.edgewall.org/)
 * zc.buildout

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.
