Skip to content

aslnbxrz/filament-simple-translation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filament Simple Translation

Latest Version on Packagist Total Downloads License

A lightweight Filament page to manage translations powered by Simple Translation.


✨ Features

  • 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.

📦 Installation

composer require aslnbxrz/filament-simple-translation

Then publish the config

php artisan vendor:publish --tag=filament-simple-translation-config

⚙️ Configuration

return [
    'default_scope' => 'app',
    'scopes' => [
        'app',
        'filament',
        // add your scopes here
    ],
];

default_scope – which scope to load by default.

scopes – list of available scopes to filter translations.

About

Filament 4 page to manage Simple Translation keys & translations inline.

Resources

License

Stars

Watchers

Forks

Packages

No packages published