joedixon / laravel-translation

Translation management for your Laravel application.
MIT License
694 stars 230 forks source link

Attribute Translation Not Working But Database File its Working Fine #297

Open leoshiva8760 opened 5 months ago

leoshiva8760 commented 5 months ago

I have added validation in laravel along with attribute keys for translation

'unique' => 'The :attribute has already been taken.', 'attributes' => array ( 'email' => 'Test Email', ),

TRANSLATION_DRIVER = file - its working properly TRANSLATION_DRIVER = database - its not working.

amanySaad commented 1 month ago

Is there any update about this issue ?