mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-08-11 07:41:17 +02:00
rebuild v0.1
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Names' => [
|
||||
'CNY' => [
|
||||
0 => '¥',
|
||||
1 => 'ཡུ་ཨན་',
|
||||
],
|
||||
'INR' => [
|
||||
0 => '₹',
|
||||
1 => 'རྒྱ་གར་སྒོར་',
|
||||
],
|
||||
'USD' => [
|
||||
0 => 'US$',
|
||||
1 => 'ཨ་རིའི་སྒོར་',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user