11 lines
122 B
PHP
11 lines
122 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Names' => [
|
||
|
'GBP' => [
|
||
|
'GB£',
|
||
|
'British Pound',
|
||
|
],
|
||
|
],
|
||
|
];
|