Add currency name and correct the Polish number format.
This commit is contained in:
parent
e584f26b44
commit
dbb80cb570
1 changed files with 2 additions and 1 deletions
|
|
@ -1903,10 +1903,11 @@
|
|||
},
|
||||
"Poland": {
|
||||
"code": "pl",
|
||||
"currency": "PLN",
|
||||
"currency_fraction": "Grosz",
|
||||
"currency_fraction_units": 100,
|
||||
"currency_symbol": "z\u0142",
|
||||
"number_format": "#,###.##",
|
||||
"number_format": "#.###,##",
|
||||
"timezones": [
|
||||
"Europe/Warsaw"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue