- Laravel Version: v10.x
- Nova Version: 4.26.1 (Silver Surfer)
- PHP Version: 8.x
- Database Driver & Version: Mysql 8.x
- Operating System and Version: Linux
- Browser type and version: Chrom.Latest
Description:
I am using third-party plugin https://github.com/outl1ne/nova-translatable
This plugin uses to insert the value in the database as a json.
Well, they use DisplayUsing under the hood.
Well, all works just fine but when we try to translate Name of the user module. Nova interface for "Avatar place" and details title are shown as JSON row.
The question is, what is the hook that we can use in the resource to fix that glitch?
