for wamp/xampp users check if "php_gettext" extension is activated.
Чтобы включить поддержку GNU gettext в вашу сборку PHP, добавьте в конфигурацию ключ --with-gettext[=DIR], где DIR - папка установки gettext, обычно это /usr/local.
for wamp/xampp users check if "php_gettext" extension is activated.
Linux users that compile PHP --with-gettext=shared should include
extension=gettext.so
in your /etc/php.ini
Windows users have to add php_gettext.dll to their extensions directory, and enable it in their php.ini file.