PHP gettext - News
More goodness in php-gettext 1.0.7
Item posted by Данило Шеган <bascelik> on Tue 07 Feb 2006 09:58:39 PM UTC.
php-gettext 1.0.7 is out providing more goodness to emulation layer.
Instead of requiring you to use LANG environment variable, you should now use T_setlocale() to replace your setlocale() calls. For maximum portability, you should also replace all your gettext calls with the same calls prefixed with "T_": it won't sacrifice speed where GNU gettext is installed, but will make it work for you even if the locale is not present.
Also, some small bugs noticed by Jens A. Tkotz <jens AT peino PUNTO de> were fixed.
Get it from http://download.savannah.nongnu.org/releases/php-gettext/php-gettext-1.0.7.tar.gz
Powered by Savane 3.14-d582.
Corresponding source code