mirror of
https://github.com/frappe/books.git
synced 2024-11-08 14:50:56 +00:00
chore: update locale and date format
This commit is contained in:
parent
5ff72f93b7
commit
80520961a5
@ -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."
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user