Skip to main content

Recipe for manipulating gettext message catalogs.

Project description

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 <mo_path>/<locale>/LC_MESSAGES/<domain>.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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

cc.gettext-0.6.1-py2.5.egg (6.0 kB view hashes)

Uploaded Source

cc.gettext-0.6.1-py2.4.egg (6.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page