for wamp/xampp users check if "php_gettext" extension is activated.
GNU gettext desteği için PHP paketini derlerken --with-gettext[=DiZiN] yapılandırma seçeneğini kullanmalısınız. Burada DiZiN, gettext'in kurulu olduğu dizin olup /usr/local öntanımlıdır.
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.