2017 © Pedro PelĂĄez
 

library php-pgettext

Extension of gettext functions for PHP like pgettext, dpgettext, etc.

image

azatoth/php-pgettext

Extension of gettext functions for PHP like pgettext, dpgettext, etc.

  • Friday, December 5, 2014
  • by AzaToth
  • Repository
  • 4 Watchers
  • 5 Stars
  • 15,778 Installations
  • PHP
  • 2 Dependents
  • 1 Suggesters
  • 5 Forks
  • 1 Open issues
  • 2 Versions
  • 9 % Grown

The README.md

pgettext and buddies

Default installation of gettext in php lacks support for pgettext et al. This php script adds support for those, as well as an gettext_noop wrapper., (*1)

For this to work when extracting strings using xgettext, many keyword parameters needs to be filed, A wrapper script called php-xgettext might be used to simplify this., (*2)

Following functions are exported:, (*3)

  • pgettext($msg_ctxt, $msgid)
  • dpgettext($domain, $msg_ctxt, $msgid)
  • dcpgettext($domain, $msg_ctxt, $msgid, $category)
  • npgettext($msg_ctxt, $msgid, $msgid_plural, $n)
  • dnpgettext($domain, $msg_ctxt, $msgid, $msgid_plural, $n)
  • dcnpgettext($domain, $msg_ctxt, $msgid, $msgid_plural, $n, $category)
  • gettext_noop($msgid)

The Versions

05/12 2014

dev-master

9999999-dev https://github.com/azatoth/php-pgettext

Extension of gettext functions for PHP like pgettext, dpgettext, etc.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-gettext *

 

by Carl FĂŒrstenberg

library

05/12 2014

v1.0

1.0.0.0 https://github.com/azatoth/php-pgettext

Extension of gettext functions for PHP like pgettext, dpgettext, etc.

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-gettext *

 

by Carl FĂŒrstenberg

library