mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
calendar display type supports Gregorian with Chinese
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
"currency": "TWD",
|
||||
"firstDayOfWeek": "Sunday",
|
||||
"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