mirror of
https://github.com/appwrite/appwrite
synced 2026-05-20 23:48:23 +00:00
Merge pull request #2171 from KaminskiDaniell/patch-2
Update currencies.php
This commit is contained in:
commit
9f7e77405d
1 changed files with 3 additions and 3 deletions
|
|
@ -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' => '₲',
|
||||
|
|
|
|||
Loading…
Reference in a new issue