mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 07:32:32 +01:00
11 lines
133 B
PHP
11 lines
133 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'GHS' => [
|
|
0 => 'GH₵',
|
|
1 => 'Ghanaian Cedi',
|
|
],
|
|
],
|
|
];
|