Best Practice when making new plugin
I'm building my first plugin!
In my website i need it translatable, but if i want to release it
should i add all the translation implementation in the plugin or leaving to the user the implementation?
and for translate i mean use Spatie\Translatable\HasTranslations; use Filament\Resources\Concerns\Translatable; etc
In my website i need it translatable, but if i want to release it
should i add all the translation implementation in the plugin or leaving to the user the implementation?
and for translate i mean use Spatie\Translatable\HasTranslations; use Filament\Resources\Concerns\Translatable; etc