11 lines
116 B
PHP
11 lines
116 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'BOB' => [
|
|
'Bs',
|
|
'boliviano',
|
|
],
|
|
],
|
|
];
|