Skip to content

Releases: themsaid/laravel-langman

v1.3.5

Choose a tag to compare

@themsaid themsaid released this 06 Aug 15:03
  • Support package auto discovery for Laravel 5.5
  • Support for the __() translation method

v1.3.4

Choose a tag to compare

@themsaid themsaid released this 30 Jan 21:04
  • Include support for laravel 5.4

v1.3.3

Choose a tag to compare

@themsaid themsaid released this 03 Sep 07:32
  • fix the regex for sync command

v1.3.2

Choose a tag to compare

@themsaid themsaid released this 23 Aug 18:32
  • Added L5.3 compatibility

v1.3.1

Choose a tag to compare

@themsaid themsaid released this 23 Aug 18:09

Fix issues with:

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

v1.3

Choose a tag to compare

@themsaid themsaid released this 04 Jul 18:52
   update docs

v1.2.5

Choose a tag to compare

@themsaid themsaid released this 28 May 08:46
  • 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

Choose a tag to compare

@themsaid themsaid released this 17 Apr 16:04
  • Fix an issue with vendor files detection on windows os.
  • Fix an issue with nested keys on sync.

v1.2.3

Choose a tag to compare

@themsaid themsaid released this 16 Apr 16:33
  • Fix an issue with already existing language lines that contains quotes by using addSlashes() before writing every line.

v1.2.2

Choose a tag to compare

@themsaid themsaid released this 13 Apr 14:49
  • 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.