syriable/filament-translator
Convention-based automatic translations for Filament panels. Derives translation keys from class and component names to keep UI code free of hard-coded labels. Covers forms, tables, actions, resources/pages/widgets, importers/exporters, with aliases, macros, and dev-time key scaffolding.
Full Changelog: https://github.com/syriable/filament-translator/compare/1.1.1...1.1.2
Full Changelog: https://github.com/syriable/filament-translator/compare/1.1.0...1.1.1
Full Changelog: https://github.com/syriable/filament-translator/compare/1.0.1...1.1.0
First functional release: 1.0.0 shipped the rebrand but was unusable in production because its runtime dependencies were never declared. This release fixes that and hardens label resolution.
spatie/invade and filament/filament as runtime dependencies (previously invade() was undefined in production).ResolvesResourceLabels, ResolvesClusterLabels, ResolvesWidgetLabels, ResolvesImporterLabels, and ResolvesExporterLabels resolved TranslatorPlugin against the wrong namespace, causing a fatal "class not found".ini_set('max_execution_time', 5) that capped every panel request to 5 seconds.getCompletedNotificationBody() on the importer and exporter no longer returns null against its string return type when translations are missing.TranslatorPlugin::get() tolerates the plugin not being registered on the active panel (standalone Livewire pages).Stringable::replace() in sanitizeComponentPath().translator()->has() lookups during label resolution.ResolvesConventionNamespace to remove duplication across the Resolves* traits.phpunit.xml.dist, Larastan/PHPStan static analysis, a LICENSE.md file, and expanded documentation (example lang file, known limitations, monitored column types).Initial release of syriable/filament-translator, a rebrand of ralphjsmit/laravel-filament-auto-translator.
ralphjsmit/laravel-filament-auto-translator to syriable/filament-translator.Syriable\Filament\Plugins\Translator.ConventionRegistry, TranslatorPlugin, resolveLabel(), pathAliases(), conventionKey(), ResolvesPageLabels, TranslatablePage, and related types.How can I help you explore Laravel packages today?