Releases: themsaid/laravel-langman
Releases · themsaid/laravel-langman
v1.3.5
- Support package auto discovery for Laravel 5.5
- Support for the __() translation method
v1.3.4
- Include support for laravel 5.4
v1.3.3
- fix the regex for sync command
v1.3.1
Fix issues with:
- Translation strings with double quotes
- Sync command was overriding translation keys that have array values.
v1.2.5
- 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
- Fix an issue with vendor files detection on windows os.
- Fix an issue with nested keys on sync.
v1.2.3
- Fix an issue with already existing language lines that contains quotes by using
addSlashes()
before writing every line.
v1.2.2
- 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.