Add currency name and correct the Polish number format.

This commit is contained in:
Tytus 2014-07-24 18:46:17 +02:00
parent e584f26b44
commit dbb80cb570

View file

@ -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"
]