PHPackages                             pxlrbt/filament-translate-action - 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. pxlrbt/filament-translate-action

ActiveLibrary

pxlrbt/filament-translate-action
================================

Translate Action for Filament Admin

v1.2.0(3mo ago)6824MITPHPPHP ^8.0CI passing

Since Dec 8Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/pxlrbt/filament-translate-action)[ Packagist](https://packagist.org/packages/pxlrbt/filament-translate-action)[ GitHub Sponsors](https://github.com/pxlrbt)[ RSS](/packages/pxlrbt-filament-translate-action/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

[![header](./.github/resources/header.png)](./.github/resources/header.png)

Filament Translate Action
=========================

[](#filament-translate-action)

[![Latest Version on Packagist](https://camo.githubusercontent.com/cd14dfd21a1ad7b7653ab0c58887eadc7a19fc977e096d9996d4fb24ce0e8b9e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70786c7262742f66696c616d656e742d7472616e736c6174652d616374696f6e2e7376673f696e636c7564655f70726572656c6561736573)](https://packagist.org/packages/pxlrbt/filament-translate-action)[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE.md)[![GitHub Workflow Status](https://camo.githubusercontent.com/8bc992d22608ca24639fe7fd67d204769e9a32fcc0a780f529938a47c1ce52e2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f70786c7262742f66696c616d656e742d7472616e736c6174652d616374696f6e2f636f64652d7374796c652e796d6c3f6272616e63683d6d61696e266c6162656c3d436f64652532307374796c65267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/8bc992d22608ca24639fe7fd67d204769e9a32fcc0a780f529938a47c1ce52e2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f70786c7262742f66696c616d656e742d7472616e736c6174652d616374696f6e2f636f64652d7374796c652e796d6c3f6272616e63683d6d61696e266c6162656c3d436f64652532307374796c65267374796c653d666c61742d737175617265)[![Total Downloads](https://camo.githubusercontent.com/d7ce4fcbe1336cee6bfff941383b3167d1ee630b38f670abd69842f48ab846b6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70786c7262742f66696c616d656e742d7472616e736c6174652d616374696f6e2e737667)](https://packagist.org/packages/pxlrbt/filament-translate-action)

Translate your models with a single action click via DeepL.

Installation
------------

[](#installation)

```
composer require pxlrbt/filament-translate-action
```

Usage
-----

[](#usage)

### Set an API Key

[](#set-an-api-key)

Setup a free account on DeepL. You can get your API key from your account page: .

Then configure the API key in your `AppServiceProvider`:

```
use pxlrbt\FilamentTranslateAction\Filament\Actions\TranslateAction

public function boot(): void
{
    // ...
    TranslateAction::apiKey('your-api-key');
    // ...
}
```

### Use the action

[](#use-the-action)

Add the action to the header actions for your page. You can specify the `sourceLocale` otherwise it will default to `en`.

```
class EditUser extends \Filament\Resources\Pages\EditRecord
{
    // ...
    protected function getHeaderActions(): array
    {
        return [
            TranslateAction::make()
                ->sourceLocale('de'),
        ];
    }
}
```

Contributing
------------

[](#contributing)

If you want to contribute to this packages, you may want to test it in a real Filament project:

- Fork this repository to your GitHub account.
- Create a Filament app locally.
- Clone your fork in your Filament app's root directory.
- In the `/filament-translate-action` directory, create a branch for your fix, e.g. `fix/error-message`.

Install the packages in your app's `composer.json`:

```
"require": {
    "pxlrbt/filament-translate-action": "dev-fix/error-message as main-dev",
},
"repositories": [
    {
        "type": "path",
        "url": "filament-translate-action"
    }
]
```

Now, run `composer update`.

Credits
-------

[](#credits)

- [Dennis Koch](https://github.com/pxlrbt)
- [All Contributors](../../contributors)

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance78

Regular maintenance activity

Popularity20

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~385 days

Total

3

Last Release

116d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/de2f0e928f16fab39bac058ab23744ed045a432404d1275a5a5258acbd368798?d=identicon)[pxlrbt](/maintainers/pxlrbt)

---

Top Contributors

[![pxlrbt](https://avatars.githubusercontent.com/u/22632550?v=4)](https://github.com/pxlrbt "pxlrbt (10 commits)")

---

Tags

laraveltranslatefilamentlaravel-filament

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/pxlrbt-filament-translate-action/health.svg)

```
[![Health](https://phpackages.com/badges/pxlrbt-filament-translate-action/health.svg)](https://phpackages.com/packages/pxlrbt-filament-translate-action)
```

###  Alternatives

[pxlrbt/filament-excel

Supercharged Excel exports for Filament Resources

4502.1M17](/packages/pxlrbt-filament-excel)[pxlrbt/filament-spotlight

Spotlight for Filament Admin

272400.8k5](/packages/pxlrbt-filament-spotlight)[inerba/filament-db-config

A Filament plugin for database-backed application settings and editable content, with caching and easy page generation.

329.1k](/packages/inerba-filament-db-config)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)[filafly/brisk

A simple, friendly theme for Filament.

2211.9k1](/packages/filafly-brisk)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
