rappasoft / laravel-authentication-log

Log user authentication details and send new device notifications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Translations are not loaded

forxer opened this issue · 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()
        //...