All notable changes to the Laravel Chained Translator will be documented in this file.
- Added support for Laravel 10
- Added return types
- Editing translations in nested folders
- Support for json translations
- Config option 'group_keys_in_array'
- Config option 'json_group'
- Added support for Laravel 9 and the moved lang dir
- Merge (custom-lang into lang) command not deleting translation keys anymore.
- Gitignore now generates with content
- Nova does not load all dependencies on Nova tool routes. This fixes the dependencies so the injection can be deferred.
- command to merge custom translations into the default translation files.
Initial version