mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
calendar display type supports Gregorian with Chinese
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"currency": "CNY",
|
||||
"firstDayOfWeek": "Monday",
|
||||
"fiscalYearFormat": "EndYYYY",
|
||||
"calendarDisplayType": "Gregorian",
|
||||
"calendarDisplayType": "GregorianWithChinese",
|
||||
"dateDisplayType": "Gregorian",
|
||||
"longDateFormat": "YYYYMMDD",
|
||||
"shortDateFormat": "YYYYMMDD",
|
||||
@@ -138,7 +138,8 @@
|
||||
},
|
||||
"calendar": {
|
||||
"Gregorian": "公历",
|
||||
"Buddhist": "佛教日历"
|
||||
"Buddhist": "佛教日历",
|
||||
"Gregorian with Chinese": "公历+农历"
|
||||
},
|
||||
"datetime": {
|
||||
"AM": {
|
||||
|
||||
Reference in New Issue
Block a user