- 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 notothertrans()
- The find command is now case insensitive.
- Fix bug with creating vendor language files
- Add the ability to pick specific languages to show in
langman:show
- Fix bugs on windows os.
- Support nested language keys.
- Support vendor package translation lines.
- Enhance the output of commands to be more descriptive and (colorful).
- Added support for nested keys in the
show
andfind
commands. - Fixed an issue with writing language files with nested keys.
- Support for PHP>=5.5.9
- Support for laravel 5.1
- Initial release