Metadata-Version: 1.0
Name: c2c.recipe.msgfmt
Version: 0.2
Summary: A buildout recipe to compile message catalog to binary format.
Home-page: http://github.com/fredj/c2c.recipe.msgfmt
Author: Frederic Junod
Author-email: frederic.junod@camptocamp.com
License: MIT License
Description: =================
        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.
        
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
