aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-05-03 00:17:24 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-05-03 00:17:24 +0200
commit9610e19b9ee3d2ce0dc3c0e477e215abc6610089 (patch)
treed0134ba83ced87ad7d25b7a21f1b514ecc4066c4
parentAdd intervaltype argument to html-generate. (diff)
downloadcalp-9610e19b9ee3d2ce0dc3c0e477e215abc6610089.tar.gz
calp-9610e19b9ee3d2ce0dc3c0e477e215abc6610089.tar.xz
Translate 'monthly' and 'weekly' buttons.
-rw-r--r--module/output/html.scm5
1 files 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")