mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 04:31:08 -04:00
Added Kyrgyzstani som
This commit is contained in:
parent
bb6fb2f49d
commit
f68e86e4cf
@ -532,6 +532,14 @@ class CurrenciesTableSeeder extends Seeder
|
|||||||
'thousand_separator' => '.',
|
'thousand_separator' => '.',
|
||||||
'decimal_separator' => ','
|
'decimal_separator' => ','
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'name' => 'Kyrgyzstani som',
|
||||||
|
'code' => 'KGS',
|
||||||
|
'symbol' => 'С̲ ',
|
||||||
|
'precision' => '2',
|
||||||
|
'thousand_separator' => '.',
|
||||||
|
'decimal_separator' => ','
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
foreach ($currencies as $currency) {
|
foreach ($currencies as $currency) {
|
||||||
|
|||||||
Reference in New Issue
Block a user