Add Turkmen localization and update Filament resources; configure timezone and locale settings

This commit is contained in:
2025-08-30 16:45:36 +05:00
parent cdb5cbcb18
commit 18e425f533
15 changed files with 112 additions and 17 deletions

View File

@@ -13,7 +13,8 @@ class ListGroups extends ListRecords
protected function getHeaderActions(): array
{
return [
CreateAction::make(),
CreateAction::make()
->label('Täze topar'),
];
}
}