F
Filament16mo ago
Dakaa

How to translate a resource's names?

page title buttons
1 Reply
Dakaa
DakaaOP16mo ago
public static function getModelLabel(): string
{
return __('filament::translations.course');
}

public static function getPluralModelLabel(): string
{
return __('filament::translations.courses');
}
public static function getModelLabel(): string
{
return __('filament::translations.course');
}

public static function getPluralModelLabel(): string
{
return __('filament::translations.courses');
}

Did you find this page helpful?