9 lines
99 B
PHP
9 lines
99 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'Beng' => 'Bengali',
|
|
'Orya' => 'Oriya',
|
|
],
|
|
];
|