Skip to content

Releases: themsaid/laravel-langman

v1.3.5

06 Aug 15:03
Compare
Choose a tag to compare
  • Support package auto discovery for Laravel 5.5
  • Support for the __() translation method

v1.3.4

30 Jan 21:04
Compare
Choose a tag to compare
  • Include support for laravel 5.4

v1.3.3

03 Sep 07:32
Compare
Choose a tag to compare
  • fix the regex for sync command

v1.3.2

23 Aug 18:32
Compare
Choose a tag to compare
  • Added L5.3 compatibility

v1.3.1

23 Aug 18:09
Compare
Choose a tag to compare

Fix issues with:

  • Translation strings with double quotes
  • Sync command was overriding translation keys that have array values.

v1.3

04 Jul 18:52
Compare
Choose a tag to compare
   update docs

v1.2.5

28 May 08:46
Compare
Choose a tag to compare
  • Fixed tests under windows environment.
  • Fixed an issue when having an empty array as a value of a language key.
  • Extended support for laravel 5.1 by replacing Collection::filter with native PHP foreach loop.

v1.2.4

17 Apr 16:04
Compare
Choose a tag to compare
  • Fix an issue with vendor files detection on windows os.
  • Fix an issue with nested keys on sync.

v1.2.3

16 Apr 16:33
Compare
Choose a tag to compare
  • Fix an issue with already existing language lines that contains quotes by using addSlashes() before writing every line.

v1.2.2

13 Apr 14:49
Compare
Choose a tag to compare
  • Sync command looks for translations in the app directory as well as the views directory
  • Updated the lookup regex to match exact translation methods. e. g. trans() but not othertrans()
  • The find command is now case insensitive.