RickDBCN / filament-email

Log emails in your Filament project
https://filament-email-demo.marcogermani.it/
MIT License
83 stars 22 forks source link

[Bug]: make navigation group label translatable via __() #35

Closed eelco2k closed 6 months ago

eelco2k commented 9 months ago

What happened?

cannot use other language menu.

How to reproduce the bug

just install latest version with multiple localisation

Package Version

v1.0.11

PHP Version

8.2.12

Laravel Version

10.39.0

Which operating systems does with happen with?

macOS

Notes

public static function getNavigationGroup(): ?string
    {
        return __(Config::get('filament-email.resource.group' ?? parent::getNavigationGroup()));
    }
RickDBCN commented 6 months ago

Fixed in next release