mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-07 11:39:18 +02:00
15 lines
289 B
PHP
15 lines
289 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'MYR' => [
|
|
0 => 'RM',
|
|
1 => 'மலேஷியன் ரிங்கிட்',
|
|
],
|
|
'SGD' => [
|
|
0 => 'S$',
|
|
1 => 'சிங்கப்பூர் டாலர்',
|
|
],
|
|
],
|
|
];
|