This repository has been archived on 2026-04-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

15 lines
213 B
PHP

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