11 lines
123 B
PHP
11 lines
123 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'GHS' => [
|
|
'GH₵',
|
|
'Ghanaian Cedi',
|
|
],
|
|
],
|
|
];
|