<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>cc.gettext</name>
<shortdesc>Recipe for manipulating gettext message catalogs.</shortdesc>
<description>***********************
Buildout GetText Recipe
***********************

.. contents::

cc.gettext provides recipe[s] for manipulating gettext message catalogs.

Compiling gettext catalogs
==========================

The cc.gettext:msgfmt recipe can be used to compile gettext catalogs from
the .po source format to the binary .mo representation needed by Zope 3.
It supports two options:

po_path
    A file path (relative to the buildout base or absolute) which is scanned
    recursively for .po files.  All .po files found are processed by the 
    recipe.

mo_path
    The base file path (relative to the buildout base or absolute) where
    compiled .mo files are written.  Compiled files are named using the 
    pattern &lt;mo_path&gt;/&lt;locale&gt;/LC_MESSAGES/&lt;domain&gt;.mo

    If the specified path does not exist, the recipe will attempt to create
    it.

0.6.1
===========

* Fixed bug lying in wait (mis-named multiple assignment)
* Fixed handling of PO files with leading whitespace.

0.6
===

* Use python-gettext instead of forking a process to run msgfmt.

0.5.1
=====

* Attempt to create the mo_path if it does not exist.

0.5
===

* Initial public release.

Download
**********************</description>
<homepage rdf:resource="http://python.org/pypi/cc.gettext/" />
<maintainer><foaf:Person><foaf:name>Nathan R. Yergler</foaf:name>
<foaf:mbox_sha1sum>e6fd927e2c047c0aa9740bcc67f8b04fcd2d9ae5</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.7</revision></Version></release>
</Project></rdf:RDF>