PHPackages                             codewithdennis/filament-translate-field - 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. codewithdennis/filament-translate-field

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

codewithdennis/filament-translate-field
=======================================

This package allows you to quickly translate filamentphp form field values, like converting a description from Dutch to English, with just one click. It's an efficient solution for instantly translating content in your forms.

v0.0.3(1y ago)1112MITPHPPHP ^8.1

Since Oct 9Pushed 1y ago1 watchersCompare

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

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

Filament Translate Field
========================

[](#filament-translate-field)

[![Latest Version on Packagist](https://camo.githubusercontent.com/a011a3786483624563c28702f45dd2a2870277be2aa4b3d96c35024fe6ff3f43/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f64657769746864656e6e69732f66696c616d656e742d7472616e736c6174652d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codewithdennis/filament-translate-field)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/b111904446f4c412406cdd9aefacdbf6400270b5b66e22e48320af1c41a8491c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f636f64657769746864656e6e69732f66696c616d656e742d7472616e736c6174652d6669656c642f6669782d7068702d636f64652d7374796c696e672e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/codewithdennis/filament-translate-field/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f71ac1239ab0204d24f1d5166b3ea797c7342b9f70f9dd00c928fc75880cf52c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f64657769746864656e6e69732f66696c616d656e742d7472616e736c6174652d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codewithdennis/filament-translate-field)

[![thumbnail](https://github.com/CodeWithDennis/filament-translate-field/raw/main/thumbnail.png)](https://github.com/CodeWithDennis/filament-translate-field/blob/main/thumbnail.png)

This package allows you to quickly translate form field values, like converting a description from German to English, with just one click. It's an efficient solution for instantly translating content in your forms.

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

[](#installation)

This package uses the Google Translate PHP library, make sure you have it installed before using this package.

```
composer require stichoza/google-translate-php
```

You can install the package via composer:

```
composer require codewithdennis/filament-translate-field
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-translate-field-config"
```

This is the contents of the published config file:

```
