8 lines
180 B
PHP
8 lines
180 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'welcome' => 'स्वागत छ',
|
||
|
'user_list' => 'प्रयोगकर्ताहरूको सूची',
|
||
|
// Add more translations here
|
||
|
];
|