#Best Practice when making new plugin
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
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
Best Practice when making new plugin