statikbe / laravel-chained-translator

The Laravel Chained Translator can combine several translators that can override each others translations.
MIT License
33 stars 9 forks source link

Upgrade to Filament 3 #7

Closed alexandersix closed 1 year ago

alexandersix commented 1 year ago

Hi! Love this plugin--been using it for a client where easy access to translations is important and they have had nothing but great things to say about it. Thanks for the awesome work!

I was curious if there were any current plans to update this plugin to work with Filament 3. It's currently not listed on the new Filament website's plugin page, so I assume that means that it hasn't been upgraded and verified for v3 yet.

If there are plans for an update to Filament 3, but you don't have the time, I'm happy to take a stab at it--just didn't want to be submitting PRs for something that's already in the works.

sten commented 1 year ago

Hi @alexandersix! Thanks for the nice words!

I am currently about the leave for holidays so this was on my agenda for early September. However if you can make a pull request, things can move forward much faster. Please use the repo of the filament plugin: https://github.com/statikbe/laravel-filament-chained-translation-manager

This is the base package with the common logic, which will most likely not need an update.

alexandersix commented 1 year ago

Sounds good! Sorry to bug you on leave 😅

I'll take a crack at the upgrade and hopefully give you something to go off of!