fix: default number format for germany
This commit is contained in:
parent
523a31a1fc
commit
3f7469875d
1 changed files with 1 additions and 1 deletions
|
|
@ -953,7 +953,7 @@
|
|||
"currency_fraction_units": 100,
|
||||
"smallest_currency_fraction_value": 0.01,
|
||||
"currency_symbol": "\u20ac",
|
||||
"number_format": "#,###.##",
|
||||
"number_format": "#.###,##",
|
||||
"timezones": [
|
||||
"Europe/Berlin"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue