mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #2171 from KaminskiDaniell/patch-2
Update currencies.php
This commit is contained in:
@@ -870,13 +870,13 @@ return [
|
||||
],
|
||||
[
|
||||
'symbol' => 'zł',
|
||||
'name' => 'Polish Zloty',
|
||||
'name' => 'Polski Złoty',
|
||||
'symbolNative' => 'zł',
|
||||
'decimalDigits' => 2,
|
||||
'rounding' => 0,
|
||||
'code' => 'PLN',
|
||||
'namePlural' => 'Polish zlotys',
|
||||
'locations' => [],
|
||||
'namePlural' => 'Polish zlotych',
|
||||
'locations' => ['PL'],
|
||||
],
|
||||
[
|
||||
'symbol' => '₲',
|
||||
|
||||
Reference in New Issue
Block a user