ghc
Translate other languages.
"In vendor\filament\filament\src\Resources\Pages\Page.php, I didn't see
protected static ?string $modelLabel = null;
like what's in vendor\filament\filament\src\Resources\Resource.php,
so using
protected static ?string $modelLabel
in app\Filament\Resources\AttendanceResource\Pages\Attend.php doesn't
have any effect.
Should I define it in vendor\filament\filament\src\Resources\Pages\Page.php?"
21 replies
Translate other languages.
I successfully switched the language for navigation. However, I'm not quite sure how to translate the titles and the text inside the tables (not the data) on those pages. I went through the Laravel documentation you provided and tried to follow it, but it doesn't seem to work. Or maybe I misunderstood something
21 replies