Skip to content

Releases: outl1ne/nova-translatable

1.1.1

17 Jan 14:13
Compare
Choose a tag to compare

Changed

  • Fixed crash when saving w/ validation

1.1.0

17 Jan 13:47
Compare
Choose a tag to compare

Added

  • Initial validation support

Changed

  • Improved support for 3rd party packages (ie nova-settings)
  • Can now be used outside Resource's
  • Updated packages

Known issues

  • Attribute names end with .${locale} (ie name.sv) which makes them difficult to translate (in errors)
    • This may not be fixable at all unless Laravel adds more flexibility to the Validator

1.0.0

30 Dec 13:52
Compare
Choose a tag to compare

Initial release.

  • Supports almost all fields (including third party ones)
  • Simple to implement with minimal code changes (after spatie/laravel-translatable support)
  • Locale tabs to switch between different locale values of the same field
  • Double click on a tab to switch all fields to that locale