Merge pull request #2171 from KaminskiDaniell/patch-2

Update currencies.php
This commit is contained in:
Christy Jacob 2021-10-11 14:36:25 +05:30 committed by GitHub
commit 9f7e77405d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -870,13 +870,13 @@ return [
], ],
[ [
'symbol' => 'zł', 'symbol' => 'zł',
'name' => 'Polish Zloty', 'name' => 'Polski Złoty',
'symbolNative' => 'zł', 'symbolNative' => 'zł',
'decimalDigits' => 2, 'decimalDigits' => 2,
'rounding' => 0, 'rounding' => 0,
'code' => 'PLN', 'code' => 'PLN',
'namePlural' => 'Polish zlotys', 'namePlural' => 'Polish zlotych',
'locations' => [], 'locations' => ['PL'],
], ],
[ [
'symbol' => '₲', 'symbol' => '₲',