This repository has been archived by the owner on Aug 18, 2018. It is now read-only.
Releases: shaggyz/laravel-gettext
Releases · shaggyz/laravel-gettext
4.0.4 Bugfix
4.0.3: Hotfix
It was not possible to change the language more than once per request.
Bugfix for call setLocale
method, in symphony translator adapter. Locale
4.0.2: Hotfix
Fixed a typo introduced in a git conflict.
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
3.1.1: Config for X-Poedit-KeywordsList
- PSR-2 Improvements
- #62 Config for X-Poedit-KeywordsList
- Better Exception handling
Thanks to: @jonatascabral and @KasperFranz
3.1.0: Laravel 5.2 support
New laravel version support and some improvements:
- #50 #51 Laravel 5.2 support
- #47 Implemented 'Find better linking'
- #48 Add configuration to add custom locale
Thanks to: @nchankov, @christianesperar, @SebasDC and @nikolajlovenhardt !
3.0.3: Several improvements
3.0.3: Several improvements
- Tests fixed
- Made session identifier configurable
- Implemented this gettext workaround: http://php.net/manual/en/ref.gettext.php#68853
- Add documentations on how to write string with parameters
Thanks to: @christianesperar, @abachmann and @ihoru !
3.0.1: Laravel 5.1 support
2.0.3
2.0.2 Hotfix
Another faulty key was corrected in the default configuration file.