Hey,
I found that this package has some serious issue when you call trans() function like this:
trans('user.welcome', [
'name' => $user->name
]);
Situation like this is tracked like obsolete string or is not tracked at all. It works just fine when parameters are passed in the same line.