mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
chore: update locale and date format
This commit is contained in:
@@ -2707,7 +2707,7 @@
|
||||
[
|
||||
"Europe/Zurich"
|
||||
],
|
||||
"locale": "fr-CH"
|
||||
"locale": "de-CH"
|
||||
},
|
||||
"Syria":
|
||||
{
|
||||
|
||||
@@ -36,6 +36,10 @@
|
||||
{
|
||||
"label": "Mar 23, 2022",
|
||||
"value": "MMM d, y"
|
||||
},
|
||||
{
|
||||
"label": "23.03.2022",
|
||||
"value": "dd.MM.yyyy"
|
||||
}
|
||||
],
|
||||
"default": "MMM d, y",
|
||||
@@ -49,6 +53,7 @@
|
||||
"fieldtype": "AutoComplete",
|
||||
"default": "en-IN",
|
||||
"required": true,
|
||||
"allowCustom": true,
|
||||
"description": "Set the local code. This is used for number formatting."
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user