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

Laravel value translations #15

Open yormy opened 2 years ago

yormy commented 2 years ago

Laravel allows for custom user input translations in FormatsMessages->getDisplayableValue() This wants to translate : validation.values.{$attribute}.{$value} and results in something like 'validation.values.iban.12321412412412421" This is ofcourse not translated and then throws an exception