2
0
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:
18alantom 2022-12-20 12:11:19 +05:30
parent 5ff72f93b7
commit 80520961a5
2 changed files with 6 additions and 1 deletions

View File

@ -2707,7 +2707,7 @@
[ [
"Europe/Zurich" "Europe/Zurich"
], ],
"locale": "fr-CH" "locale": "de-CH"
}, },
"Syria": "Syria":
{ {

View File

@ -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."
}, },
{ {