Skip to content
This repository has been archived by the owner on Aug 18, 2018. It is now read-only.

Releases: shaggyz/laravel-gettext

4.0.4 Bugfix

14 Nov 18:35
Compare
Choose a tag to compare

The same fix for locale changes, applied to domains.

4.0.3: Hotfix

14 Nov 13:15
Compare
Choose a tag to compare

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

17 Oct 18:07
Compare
Choose a tag to compare

Fixed a typo introduced in a git conflict.

4.0.1: Symfony Translator and Laravel 5.3 support

17 Oct 16:48
Compare
Choose a tag to compare

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

3.1.1: Config for X-Poedit-KeywordsList

10 Mar 13:37
Compare
Choose a tag to compare
  • PSR-2 Improvements
  • #62 Config for X-Poedit-KeywordsList
  • Better Exception handling

Thanks to: @jonatascabral and @KasperFranz

3.1.0: Laravel 5.2 support

09 Jan 12:05
Compare
Choose a tag to compare

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

08 Aug 09:37
Compare
Choose a tag to compare

3.0.3: Several improvements

Thanks to: @christianesperar, @abachmann and @ihoru !

3.0.1: Laravel 5.1 support

17 Jul 19:44
Compare
Choose a tag to compare

#31 Laravel 5.1 support (thanks to @nilkesede)

Freezed 2.x and 1.x. (unsupported)

Enjoy!

2.0.3

30 Apr 16:45
Compare
Choose a tag to compare
  • A .MO file is generated for the default locale now
  • Added bind_textdomain_codeset() call in order to update charset changes
  • Replaced glob by Illuminate\Filesystem\Filesystem::allFiles()

Thanks to @bart and @tbruckmaier

Enjoy!

2.0.2 Hotfix

23 Feb 16:37
Compare
Choose a tag to compare

Another faulty key was corrected in the default configuration file.