Skip to main content

Buildout recipe to extract and manage po files

Project description

tranchitella.recipe.i18n

This buildout recipe creates i18n tools to extract and manage po files. More specifically, i18n messages can occur in Python code, in Chameleon (ZPT) page templates and in ZCML declarations.

Scripts

This recipe provides the following scripts:

i18nextract:

extract the i18n messages from the Python code, the Chameleon (ZPT) page templates and the ZCML configuration files;

i18nmerge:

requires the GNU gettext package to be installed; the command ‘msgmerge’ will be executed for each language;

i18nstatus:

prints a simple statistics with the status of the translations.

Usage

Add to your buildout configuration file the following snippet:

[i18n]
recipe = tranchitella.recipe.i18n
package = PACKAGE
zcml = PACKAGE:configure.zcml
output = locales
domain = DOMAIN
verify_domain = true
exclude =
    tests.py
    ftests.py

Replace PACKAGE with your Python package name and DOMAIN with your i18n domain; the zcml setting is optional.

0.2 (2010-03-02)

  • Added a new helper script to recompile the po files.

0.1 (2010-02-17)

  • First public release.

Project details


Download files

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

Source Distribution

tranchitella.recipe.i18n-0.2.tar.gz (21.7 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