Skip to content

Commit 3b43e83

Browse files
Merge pull request #10 from HatemElsaid/main
Add Kyrgystani Som
2 parents e4b3356 + 73190fe commit 3b43e83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/data/currency.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,12 @@
361361
'symbol' => 'د.ك.',
362362
'decimal_digits' => 3,
363363
],
364+
'KGS' => [
365+
'code' => 'KGS',
366+
'name' => 'Kyrgystani Som',
367+
'symbol' => 'лв',
368+
'decimal_digits' => 3,
369+
],
364370
'KZT' => [
365371
'code' => 'KZT',
366372
'name' => 'Kazakhstani Tenge',

0 commit comments

Comments
 (0)