7 lines
97 B
PHP
7 lines
97 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'index' => 'Index Translations',
|
||
|
'edit' => 'Edit Translations',
|
||
|
];
|