2.0.3
What's Changed
- Phrases resource, fixes, fallback phrase by @a7medKhalid
Changelogs and Releases Notes for Translatable Pro: Build an Advanced, Optimized, High-Performance Translatable App with FilamentPHP.
this will allow to set a default values for usage with spatie translatable and on standalone forms
public function mount(): void
{
$this->form->fill([
'title' => [
'en' => 'en title',
'pt' => 'pt title',
],
]);
}
First stable release