9 lines
109 B
PHP
9 lines
109 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'gu' => 'gujarati',
|
|
'gu_IN' => 'gujarati (Inde)',
|
|
],
|
|
];
|