2
0
mirror of https://github.com/frappe/books.git synced 2024-09-19 19:19:02 +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"
],
"locale": "fr-CH"
"locale": "de-CH"
},
"Syria":
{

View File

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