mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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ł',
|
'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' => '₲',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue