Releases: statikbe/laravel-chained-translator
Releases · statikbe/laravel-chained-translator
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
'Released-2.2.0'
v2.1.0
Fixed
- Editing translations in nested folders
Added
- Support for json translations
- Config option 'group_keys_in_array'
- Config option 'json_group'
Full Changelog: 2.0.0...2.1.0
2.0.0
Full Changelog: 1.3.2...2.0.0
1.3.2
1.3.1
Fix opcache bug in the translation files. When saving translations in fast sequence, on each request the translations are read, but instead of fetching from file system, an old cached is used. This results in lost translations. Opcache is now cleared for the specific translation file after a save operation.