Level 122
Translator.php has this function https://github.com/laravel/framework/blob/c59d540ab142d36ee0f62c3ddc749329a968466b/src/Illuminate/Translation/Translator.php#L89
Not sure how you would use it
perhaps
if(trans()->hasForLocale('my missing translation')) {
2 likes