Added Italian date format, modified number format (#3035)
This commit is contained in:
parent
b0fab786b4
commit
afaad51f60
1 changed files with 2 additions and 1 deletions
|
|
@ -1196,7 +1196,8 @@
|
|||
"currency_fraction": "Cent",
|
||||
"currency_fraction_units": 100,
|
||||
"currency_symbol": "\u20ac",
|
||||
"number_format": "#,###.##",
|
||||
"number_format": "#.###,##",
|
||||
"date_format": "dd/mm/yyyy",
|
||||
"timezones": [
|
||||
"Europe/Rome"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue