refactor(calendar): use jiff instead of chrono

This refactors the calendar widget to use `jiff` instead of `chrono`.
Also mostly matches the design of the widget to the time applet.
This commit is contained in:
Vukašin Vojinović 2026-02-17 20:32:21 +01:00 committed by Michael Murphy
parent b05f040e5f
commit 990e2e291b
5 changed files with 111 additions and 123 deletions

View file

@ -23,10 +23,17 @@ september = September { $year }
october = October { $year }
november = November { $year }
december = December { $year }
monday = Mon
tuesday = Tue
wednesday = Wed
thursday = Thu
friday = Fri
saturday = Sat
sunday = Sun
monday = Monday
mon = Mon
tuesday = Tuesday
tue = Tue
wednesday = Wednesday
wed = Wed
thursday = Thursday
thu = Thu
friday = Friday
fri = Fri
saturday = Saturday
sat = Sat
sunday = Sunday
sun = Sun