From 9610e19b9ee3d2ce0dc3c0e477e215abc6610089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 3 May 2020 00:17:24 +0200 Subject: Translate 'monthly' and 'weekly' buttons. --- module/output/html.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/module/output/html.scm b/module/output/html.scm index eaa5c30b..bbd8ce91 100644 --- a/module/output/html.scm +++ b/module/output/html.scm @@ -679,10 +679,11 @@ (start-of-week start-date (get-config 'week-start)) start-date) "/week/~1.html") - "weekly") + "veckovy") ,(btn href: (date->string (set (day start-date) 1) "/month/~1.html") - "monthly"))) + "månadsvy") + (details (@ (open) (style "grid-area: cal")) (summary "Month overview") -- cgit v1.2.3