aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/vcomponent.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-04-08 00:40:50 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-04-11 19:02:33 +0200
commit3f1846959712e899d35de01bff251204484c0e59 (patch)
treee157d84bda0393940a0af102b5bf32f50e2980ca /module/calp/html/vcomponent.scm
parentMerge branch 'translation' (diff)
downloadcalp-3f1846959712e899d35de01bff251204484c0e59.tar.gz
calp-3f1846959712e899d35de01bff251204484c0e59.tar.xz
Fixup translatable strings.
Diffstat (limited to 'module/calp/html/vcomponent.scm')
-rw-r--r--module/calp/html/vcomponent.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/calp/html/vcomponent.scm b/module/calp/html/vcomponent.scm
index 5c92e1e7..16189dff 100644
--- a/module/calp/html/vcomponent.scm
+++ b/module/calp/html/vcomponent.scm
@@ -44,10 +44,10 @@
(configuration-error
(lambda (key subr msg args data)
(format (current-error-port)
- "Error retrieving configuration, ~?~%" msg args)))
+ (_ "Error retrieving configuration, ~?~%") msg args)))
(#t ; for errors when running the filter
(lambda (err . args)
- (warning "~a on formatting description, ~s" err args)
+ (warning (_ "~a on formatting description, ~s") err args)
str))))
;; used by search view
@@ -510,7 +510,7 @@
; "20:56"
))
(div (@ (class "fields"))
- (div (b ,("Location: "))
+ (div (b ,(_ "Location: "))
(div (@ (class "location")
(data-property "location"))
; "Alsättersgatan 13"