fix WeekLabels sunday's name

This commit is contained in:
Akulij 2025-05-05 19:30:55 +03:00
parent c78c1fe295
commit 8352829b92

View File

@ -34,14 +34,13 @@ var nearestDates = []time.Time{
}
var WeekLabels = []string{
"None",
"ВС",
"ПН",
"ВТ",
"СР",
"ЧТ",
"ПТ",
"СБ",
"ВС",
}
func main() {