Skip to content

Releases: outl1ne/nova-translations-loader

2.0.4

23 Nov 14:03
Compare
Choose a tag to compare

Changed

  • Translations loading fixes

3.1.0

20 Nov 10:46
Compare
Choose a tag to compare

Changed

  • Rework Laravel translations loading so it merges both published and package translations

3.0.0

20 Nov 09:48
Compare
Choose a tag to compare

Changed

  • Dropped PHP 7.1, Laravel 6 and Nova 2 support

2.0.3

18 Nov 15:37
Compare
Choose a tag to compare

Changed

  • Fixed PHP 7.4 fn usage

2.0.2

18 Nov 09:11
Compare
Choose a tag to compare

Changed

  • Load Laravel translations directly from JSON files
  • Removed __nova() helper

2.0.1

17 Nov 12:55
Compare
Choose a tag to compare

Added

  • Added __nova() translation function that fixes __() JSON loader shortcomings

2.0.0

03 Nov 10:42
Compare
Choose a tag to compare

Changed

  • Fixed translations publishing
  • Changed the logic from class with static functions to a trait

1.0.5

22 Oct 10:37
Compare
Choose a tag to compare

Changed

  • Fixed PHP 8 support

1.0.4

22 Oct 08:33
Compare
Choose a tag to compare

Changed

  • Translations are now loaded during ServingNova event to leave time for changing the locale

1.0.3

17 Sep 10:27
Compare
Choose a tag to compare

Added

  • Translations are now also loaded into Laravel Translator