11 lines
127 B
PHP
11 lines
127 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'CNY' => [
|
|
'CN¥',
|
|
'ཡུ་ཨན་',
|
|
],
|
|
],
|
|
];
|