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

Releases: shaggyz/laravel-gettext

2.0.1 Hotfix

23 Feb 16:03
Compare
Choose a tag to compare

Fixed an incorrect path in configuration file.
Fixed documentation error. Thanks to @mkwsra

2.0.0 Laravel 5 support

17 Feb 16:28
Compare
Choose a tag to compare

New Laravel structure support.
The branch 1.x still compatible with Laravel 4.x.

1.0.3

13 Nov 12:34
Compare
Choose a tag to compare
  • Multiple gettext domain support
  • Fixed a bug on path handler
  • The code has been refactored and improved interoperability with other packages
  • More tests were added

1.0.2

14 Oct 16:07
Compare
Choose a tag to compare
  • The Poedit basepath from absolute to relative, in order to make any laravel project portable, and still l10n-able
  • The command calls now auto-renders all views as php files in the storage/views folder : Blade templates can now seamless use {{ _('string') }} format, and poedit will be able to recon those strings

Thanks @loranger