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