Releases: outl1ne/nova-translations-loader
Releases · outl1ne/nova-translations-loader
2.0.4
Changed
- Translations loading fixes
3.1.0
Changed
- Rework Laravel translations loading so it merges both published and package translations
3.0.0
Changed
- Dropped PHP 7.1, Laravel 6 and Nova 2 support
2.0.2
Changed
- Load Laravel translations directly from JSON files
- Removed
__nova()
helper
2.0.1
Added
- Added
__nova()
translation function that fixes __()
JSON loader shortcomings
2.0.0
Changed
- Fixed translations publishing
- Changed the logic from class with static functions to a trait
1.0.4
Changed
- Translations are now loaded during
ServingNova
event to leave time for changing the locale
1.0.3
Added
- Translations are now also loaded into Laravel Translator