mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
2124c0dbb4
commit
8ff4b1fd74
|
@ -284,9 +284,10 @@ def htmlCalendar(personCache: {}, cssCache: {}, translate: {},
|
||||||
|
|
||||||
setCustomBackground(baseDir, 'calendar-background', 'calendar-background')
|
setCustomBackground(baseDir, 'calendar-background', 'calendar-background')
|
||||||
|
|
||||||
months = ('January', 'February', 'March', 'April',
|
months = (
|
||||||
'May', 'June', 'July', 'August', 'September',
|
'January', 'February', 'March', 'April', 'May', 'June',
|
||||||
'October', 'November', 'December')
|
'July', 'August', 'September', 'October', 'November', 'December'
|
||||||
|
)
|
||||||
monthName = translate[months[monthNumber - 1]]
|
monthName = translate[months[monthNumber - 1]]
|
||||||
|
|
||||||
if dayNumber:
|
if dayNumber:
|
||||||
|
|
Loading…
Reference in New Issue