Paketname | php-gettext |
Beschreibung | read gettext MO files directly, without requiring anything other than PHP |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.0.10-1 |
Sektion | php |
Priorität | optional |
Installierte Größe | 144 Byte |
Hängt ab von | php5 | php5-cli |
Empfohlene Pakete | |
Paketbetreuer | Marcelo Jorge Vieira (metal) |
Quelle | |
Paketgröße | 17084 Byte |
Prüfsumme MD5 | cb5f5467d07f77e2bceb6e051405aa38 |
Prüfsumme SHA1 | 681fd1eca44a955ce2928d363996eda05d82299b |
Prüfsumme SHA256 | 28ebab6b7b451aaf18be6e49658070b3e8a01f3078f88ebb5cf678ca09c42f3a |
Link zum Herunterladen | php-gettext_1.0.10-1_all.deb |
Ausführliche Beschreibung | 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.
|