8 lines
117 B
PHP
8 lines
117 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'welcome' => 'Welcome',
|
||
|
'user_list' => 'List of Users',
|
||
|
// Add more translations here
|
||
|
];
|