FestinHegre/vendor/symfony/intl/Resources/data/currencies/zh_SG.php
2024-09-26 17:26:04 +02:00

15 lines
193 B
PHP

<?php
return [
'Names' => [
'CNY' => [
'CN¥',
'人民币',
],
'SGD' => [
'$',
'新加坡元',
],
],
];