V3 Translations / i18n
Are there any plugins for translating the fields within a panel?
8 Replies
Do you need the translations editable by users?
Yes. I want be able to translate parts of the resource.
For instance, I have a property with a Label and a Value. I want to be able to set the Label in 3 languages and the value in 1.
Filament
Translation Manager by Kenepa - Plugins - Filament
Introducing Filament translation manager, a tool that lets you manage, preview, and sync translations with your language files in the dashboard.
Haven’t tried it personally but might get you what you need.
This seems to be more for translating your application.
Not the resources
People have done what you are looking for, usually you would trigger an edit loading the relative language for the whole record though
But I was not aware of the plugins page. I see there is a Spatie Translatable plugin as well.
It manages translation files. It’s up to you to set the labels of your resource to use the translations.
Or you could do them in the db with spatie’s package. Just think it would be better with translation files since those get cached and don’t require db calls.