A lightweight Filament page to manage translations powered by Simple Translation.
- Filament page to browse and edit translations.
- Scope-based filtering (e.g.,
app,filament). - Inline editing of translations with language-specific columns.
- Filters for missing/filled translations.
- Supports multiple languages configured via
AppLanguageService.
composer require aslnbxrz/filament-simple-translationphp artisan vendor:publish --tag=filament-simple-translation-configreturn [
'default_scope' => 'app',
'scopes' => [
'app',
'filament',
// add your scopes here
],
];