Releases: themsaid/laravel-langman
Releases · themsaid/laravel-langman
v1.3.5
06 Aug 15:03
Compare
Sorry, something went wrong.
No results found
Support package auto discovery for Laravel 5.5
Support for the __() translation method
v1.3.4
30 Jan 21:04
Compare
Sorry, something went wrong.
No results found
Include support for laravel 5.4
v1.3.3
03 Sep 07:32
Compare
Sorry, something went wrong.
No results found
fix the regex for sync command
v1.3.2
23 Aug 18:32
Compare
Sorry, something went wrong.
No results found
v1.3.1
23 Aug 18:09
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v1.2.5
28 May 08:46
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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.