PHPackages                             devecommercepl/filament-translate-resource-labels - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. devecommercepl/filament-translate-resource-labels

ActiveLibrary[Localization &amp; i18n](/categories/localization)

devecommercepl/filament-translate-resource-labels
=================================================

Filament plugin for translating resource labels

3.0.0(2mo ago)029MITPHPPHP ^8.3CI passing

Since Oct 16Pushed 2mo agoCompare

[ Source](https://github.com/devEcommercePL/filament-translate-resource-labels)[ Packagist](https://packagist.org/packages/devecommercepl/filament-translate-resource-labels)[ Docs](https://github.com/devEcommercePL/filament-translate-resource-labels)[ RSS](/packages/devecommercepl-filament-translate-resource-labels/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (12)Versions (5)Used By (0)

Filament Translate Resource Labels Plugin
=========================================

[](#filament-translate-resource-labels-plugin)

This plugin allows you to translate resource labels in Filament automatically using your language files. It searches for a translation key in the language files using the model name and component name.

### Example usage:

[](#example-usage)

`UserResource.php`

```
public function form(Form $form): Form {
    return $form
        ->schema([
            TextInput::make('name'),
        ]);
}
```

`lang/en/user.php`

```
