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 expressions = first=PACKAGE.expressions:FirstExpression last=PACKAGE.expressions:LastExpression 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.6 (2011-06-20)
Do not break if the message extracted from a python file contains utf-8 text.
0.5 (2010-06-06)
Soft-dependency on quipu.publisher for the correct processing of ZCML files.
Avoid useless double new line at the end of the autogenerated POT file.
Avoid empty defaaults for zope.i18n’s MessageID instances.
0.4 (2010-04-15)
Install again on update, otherwise the i18n scripts are not updated unless they are explicitly removed.
0.3 (2010-03-17)
Added support for Chameleon expressions using the expressions option in buildout.cfg or the --expression command line argument.
Bug fix: now the po template file is correctly encoded in UTF-8.
Bug fix: element’s tail should not be included in the msg id.
Bug fix: added support for translated elements contained in other translated elements and marked with i18n:name.
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
Hashes for tranchitella.recipe.i18n-0.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07f004f57bc42e2c338e47909d119a4fc5976fed34d96394744f989f4fdeb8b5 |
|
MD5 | eabf85f86236bbf090ea88c134bcef50 |
|
BLAKE2b-256 | 4fac8be3aa78e038e184a07f0ff115395248fe58ef0cf0619fbdb12b5444b5ad |