fix: default number format for germany

This commit is contained in:
barredterra 2021-04-29 15:34:46 +02:00
parent 523a31a1fc
commit 3f7469875d

View file

@ -953,7 +953,7 @@
"currency_fraction_units": 100,
"smallest_currency_fraction_value": 0.01,
"currency_symbol": "\u20ac",
"number_format": "#,###.##",
"number_format": "#.###,##",
"timezones": [
"Europe/Berlin"
]