stevegrunwell / lost-in-translation

Uncover missing translations and localization strings in Laravel applications.
https://stevegrunwell.com/blog/find-missing-laravel-translations/
MIT License
36 stars 8 forks source link

Issue with throw_exceptions and validation custom attributes #10

Open martijnimhoff opened 4 years ago

martijnimhoff commented 4 years ago

First of all: nice package! Are you still maintaining it?

When I set throw_exceptions to true, I also get errors on 'missing' lang keys in the validation.custom array. While there are regular attribute messages for the fields im using.

stevegrunwell commented 4 years ago

Hey @martijnimhoff!

Lost in Translation is still technically an active package, though I haven't had a whole lot of time to dedicate to it lately. Thanks for the bug report, this is certainly something we should be able to address!