php-gettext 1.0.11-2 source package in Ubuntu
Changelog
php-gettext (1.0.11-2) unstable; urgency=medium * Bump debhelper to 9 and depend on php-pear instead of php5 | php5-cli. Thanks Ondřej Surý <email address hidden> -- Marcelo Jorge Vieira <email address hidden> Mon, 28 Dec 2015 16:52:12 -0300
Upload details
- Uploaded by:
- Marcelo Jorge Vieira
- Uploaded to:
- Sid
- Original maintainer:
- Marcelo Jorge Vieira
- Architectures:
- all
- Section:
- php
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
php-gettext_1.0.11-2.dsc | 1.8 KiB | b5ec0c71b89c45e86c467a9fa57b583a3140dbe0c1ddb5124c4559db206c273b |
php-gettext_1.0.11.orig.tar.gz | 20.4 KiB | b6b46622b5f88692d0424598633d08c987121c66b7da69ed50254073d2e387e9 |
php-gettext_1.0.11-2.debian.tar.xz | 3.8 KiB | c5562d9a17fd46ef58904b6f2bd47fde9fbce9b9f6fd84b14a5babf52c589593 |
Available diffs
- diff from 1.0.11-1 to 1.0.11-2 (758 bytes)
No changes file available.
Binary packages built by this source
- php-gettext: read gettext MO files directly, without requiring anything other than PHP
The GNU gettext library is a widely used localization library, but in
order to use it with the PHP language, the system has to support the
desired locale, and library itself must be installed.
.
Since this is not always the case, PHP-gettext has been developed to be
able to read gettext MO files directly, without requiring anything other
than PHP.
.
Currently, it's usable if you develop most of the infrastructure for
choosing language on your own, because it's possible to use both
gettext() and ngettext() calls. In the near future, it should also be
fully compatible drop-in replacement for all of gettext functionality
written in PHP.