aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/caltable.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/html/caltable.scm')
-rw-r--r--module/calp/html/caltable.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/calp/html/caltable.scm b/module/calp/html/caltable.scm
index 52a18833..b81ad18d 100644
--- a/module/calp/html/caltable.scm
+++ b/module/calp/html/caltable.scm
@@ -4,6 +4,8 @@
:use-module (calp html util)
:use-module (datetime)
:use-module (srfi srfi-41)
+
+ :use-module (calp translation)
)
;; Small calendar similar to the one below.
@@ -47,7 +49,7 @@
`(div (@ (class "small-calendar"))
;; Cell 0, 0. The letter v. for week number
- (div (@ (class "column-head row-head")) (_ "v."))
+ (div (@ (class "column-head row-head")) ,(_ "v."))
;; top row, names of week days
,@(map (lambda (d) `(div (@ (class "column-head"))