aslnbxrz/filament-simple-translation
最新稳定版本:2.0.3
Composer 安装命令:
composer require aslnbxrz/filament-simple-translation
包简介
Filament 4 page to manage Simple Translation keys & translations inline.
README 文档
README
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.
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-21