Skip to content
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

Compare
Choose a tag to compare
@shaggyz shaggyz released this 17 Oct 16:48
· 13 commits to master since this release

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.

Closes: #47, #52, #87, #79

Thanks to: @bart, @vslavik, @charles-rumley, @Gummibeer