Files
dolibarr/htdocs/includes/symfony/intl/Resources/data/currencies/en_SH.php
2023-04-16 16:17:44 +02:00

15 lines
221 B
PHP

<?php
return [
'Names' => [
'GBP' => [
0 => 'GB£',
1 => 'British Pound',
],
'SHP' => [
0 => '£',
1 => 'St Helena Pound',
],
],
];