11 lines
129 B
PHP
11 lines
129 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'AFN' => [
|
|
0 => '؋',
|
|
1 => 'افغانی',
|
|
],
|
|
],
|
|
];
|