Releases: themsaid/laravel-langman
Releases · themsaid/laravel-langman
v1.3.5
Compare
Sorry, something went wrong.
No results found
Support package auto discovery for Laravel 5.5
Support for the __() translation method
v1.3.4
Compare
Sorry, something went wrong.
No results found
Include support for laravel 5.4
v1.3.3
Compare
Sorry, something went wrong.
No results found
fix the regex for sync command
v1.3.2
Compare
Sorry, something went wrong.
No results found
v1.3.1
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
Compare
Sorry, something went wrong.
No results found
update docs
v1.2.5
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
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
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
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.