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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user