Correction of the currency format for France

This commit is contained in:
CH 2017-04-03 15:59:49 +02:00
parent a06e4b73d2
commit 84f35a538b

View file

@ -846,7 +846,7 @@
"currency_fraction": "Cent",
"currency_fraction_units": 100,
"currency_symbol": "\u20ac",
"number_format": "#,###.##",
"number_format": "# ###,##",
"timezones": [
"Europe/Paris"
]