This repository has been archived by the owner on Aug 18, 2018. It is now read-only.
4.0.1: Symfony Translator and Laravel 5.3 support
Changes in this release:
- Laravel 5.3 support.
- The new default for translation is the Symfony translation component. The php-gettext module can be used (option
php handler' => 'gettext'
in config file), but the recommended is Symfony translator. - With the previous change the native php-gettext module is not still needed.
- Added the 'categories' option to config in order to customize the categories that should be changed in the system while using gettext module.
- Some minor fixes.
Thanks to: @bart, @vslavik, @charles-rumley, @Gummibeer