rappasoft/laravel-authentication-log

Translations are not loaded

forxer opened this issue · 1 comments

I used the French language, but the emails are partially translated. In fact there is only one term that is translated.

image

As seen in this screenshot, only the last one is translated.

I searched but I do not understand where it can come from.

@rappasoft ok found the issue : you should add hasTranslations() method in the service provider:

    public function configurePackage(Package $package): void
    {
        $package
            ->name('laravel-authentication-log')
            ->hasConfigFile()
            ->hasTranslations()
        //...