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.

2009-05-26 23:24
1.17

Esta versión cuenta con el apoyo nuevo contexto, el apoyo a los archivos. Po con msgctxt, y pide el apoyo adecuado (* llamadas pgettext) en virtud de ambos gettext_pp y gettext_xs. TextDomain.pm recibido llamadas correspondientes: __p __px __np __npx __xnp. Un nuevo alfa Locale:: módulo Util, presentó algunas funciones de utilidad, especialmente para el desarrollo Web. Código se ha añadido para tratar de advertir sobre el uso incorrecto de los valores hash atado en Locale:: textdomain. Todos los bugs abiertos se han resuelto.
This version features new context support, support for .po files with msgctxt, and appropriate supporting calls (*pgettext calls) under both gettext_pp and gettext_xs. TextDomain.pm received corresponding calls: __p __px __np __npx __xnp. A new alpha Locale::Util module was provided with some utility functions, especially for Web development. Code has been added to try to warn about incorrect usage of the tied hashes in Locale::TextDomain. All open bugs have been resolved.

2005-09-28 13:34
1.16

Esta versión permite la salida de filtrado para las traducciones. Usted puede, ni por ejemplo, registrar una función que establece el utf-8 bandera en la traducción. Además, una nueva función turn_utf_8_on () puede ser usado para establecer el portable utf-8 bandera en cadenas arbitrarias, independientemente de la versión de Perl subyacente.
Tags: Minor feature enhancements
This version allows output filtering for translations. You can nor for example register a function that sets the utf-8 flag on translation. Additionally, a new function turn_utf_8_on() can be used to portably set the utf-8 flag on arbitrary strings, regardless of the underlying Perl version.

2005-09-01 15:31
1.15

Esta versión se caracteriza por soluciones y correcciones de errores para mal configurado los sistemas Solaris. El ejemplo completamente roto también ha sido corregido. Una sección sobre la no-ASCII msgids se ha añadido a la estación de Locale:: Mensajes.
Tags: Major bugfixes
This release features workarounds and bugfixes for
misconfigured Solaris systems. The completely
broken example has also been fixed. A section
about non-ASCII msgids has been added to the POD
of Locale::Messages.

2005-08-12 20:26
1.14

Soluciona un error fatal que puede haber impedido la versión XS de ser construido.
Fixes a fatal typo that may have prevented the XS version from being built.

2005-08-11 10:05
1.12

Este lanzamiento ha corregido un problema en partes de la suite de prueba no en los sistemas con un conjunto limitado de locales instalados. Un error que a veces impide el cambio de los idiomas en tiempo de ejecución fue fijada.
Tags: Major bugfixes
This release fixed a problem where parts of the test suite failed on systems with a limited set of installed locales. A bug that sometimes prevented the switching of languages at run-time was fixed.

Project Resources