kenepa / translation-manager

Manage your application's translations in Filament.
MIT License
91 stars 29 forks source link

Incorrect LanguageLine model used in SynchronizeAction #64

Open Saad5400 opened 6 hours ago

Saad5400 commented 6 hours ago

Actions/SynchronizeAction.php uses the Spatie\TranslationLoader\LanguageLine instead of the model defined in config/translation-loader.php

Saad5400 commented 6 hours ago

I have opened a PR: https://github.com/kenepa/translation-manager/pull/65