Download List

Descripción del Proyecto

libintl-perl is a library that supports message translation for Perl, written in pure Perl (version 5.004 or better). A faster C version is also built and installed if the system fulfills all requirements. Its interface is a superset of the gettext family of functions in C, and it uses the same file formats as GNU gettext, making it possible to use all tools available for gettext itself and to seamlessly integrate internationalized Perl code into mixed-language projects.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-25 06:30
1.23

Esta versión contiene un backend de recuperación de mensaje nuevo Locale::gettext_dumb que proporciona la traducción del mensaje incluso cuando los datos de configuración regional del idioma en cuestión no está instalados en el sistema. Además, el conjunto de pruebas se ha hecho más sólido contra la falta de datos de configuración regional.
Tags: Stable, Maintainance
This version contains a new message retrieval backend Locale::gettext_dumb that provides message translation even when the locale data for the language in question is not installed on the system. Additionally, the test suite has been made more robust against missing locale data.

2013-01-16 08:59
1.21

Esta versión ofrece más compatibilidad de la versión de Perl pura con la versión de C de la familia gettext() de funciones, especialmente la forma en que se manejan las variables de entorno, lenguaje y LANG. Se han solucionado todos los errores abiertos.
Tags: Minor feature enhancements
This version offers more compatibility of the pure Perl version with the C version of the gettext() family of functions, especially the way the environment variables LANGUAGE and LANG are handled. All open bugs have been fixed.

2009-06-30 03:20
1.20

Esta versión cuenta con el conjunto de pruebas para la versión XS de la parte de gettext de la biblioteca completamente renovado, y se mostrarán resultados mucho más informativo en caso de fallas.
This version has the test suite for the xs version of the gettext part of the library completely revamped, and will display much more informative results in case of failures.

2009-06-19 22:48
1.19

Esta versión de libintl-perl cuestiones correcciones de compatibilidad con Perl 5.6.2. Asimismo, establece todos los bugs abiertos.
This version of libintl-perl fixes compatibility issues with Perl 5.6.2. It also fixes all open bugs.

2009-05-28 17:29
1.18

De un cambio estético se hizo para evitar un problema con el indexador PAUSA (PAUSE es el servidor de carga CPAN).
A cosmetic change was made to work around a problem with the PAUSE indexer (PAUSE is the CPAN upload server).

Project Resources