Add Turkmen translations for edit and delete actions; update Pilgrim model with property annotations, and enhance PilgrimsRelationManager with localized table heading and model label.

This commit is contained in:
2025-08-31 14:18:33 +05:00
parent 6b6f358aa7
commit 34e78c5e43
21 changed files with 820 additions and 10 deletions

View File

@@ -22,6 +22,16 @@ class PilgrimsRelationManager extends RelationManager
{
protected static string $relationship = 'pilgrims';
public function getTableHeading(): string
{
return 'Zyýaratçylar';
}
public static function getModelLabel(): string
{
return 'Zyýaratçy';
}
public function form(Schema $schema): Schema
{
return $schema