zerospam / laravel-gettext

Adds localization support to laravel applications using PoEdit and GNU-Gettext.
99 stars 56 forks source link

Laravel 5.5 all working but no translate #17

Closed cloudstudio closed 6 years ago

cloudstudio commented 6 years ago

Hello ! thanks in advance ! i been using this package long ago, normally works perfect, but in this case is not working :/

Po/Mo files are working correctly. I can change current lang, i check with LaravelGettext::getLocale(); and its all working nice. But nothing happend, it seems that he does not read MO files.

Anything idea ? something i can check ?

Thanks in advance !