for wamp/xampp users check if "php_gettext" extension is activated.
PHP で GNU gettext サポートを有効にするには、オプション --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.