aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html/view/calendar/week.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-16 02:13:21 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-16 02:14:17 +0200
commita6bc74e67a3a3442533cd46f5e8a8d5f129cea07 (patch)
tree15f1fa0dac468de642e04c8f0202772f47c88889 /module/calp/html/view/calendar/week.scm
parentMerge html-validator. (diff)
downloadcalp-a6bc74e67a3a3442533cd46f5e8a8d5f129cea07.tar.gz
calp-a6bc74e67a3a3442533cd46f5e8a8d5f129cea07.tar.xz
Fix comments being constantly added to po files.
xgettext:s comment fetcher doesn't handle the same source string at multiple places, with different comments. Meaning that at those places all comments were copied over each time. This commit remove the problematic comments from the source code.
Diffstat (limited to 'module/calp/html/view/calendar/week.scm')
-rw-r--r--module/calp/html/view/calendar/week.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/calp/html/view/calendar/week.scm b/module/calp/html/view/calendar/week.scm
index ed3f00ec..78abcfbf 100644
--- a/module/calp/html/view/calendar/week.scm
+++ b/module/calp/html/view/calendar/week.scm
@@ -34,7 +34,6 @@
;; Top left area
(div (@ (class "week-indicator"))
(span (@ (style "font-size: 50%"))
- ;; Week number prefix
,(_ "v."))
,@(->> (week-number start-date)
number->string string->list
@@ -48,7 +47,6 @@
,@(map (lambda (day-date)
`(div (@ (class "meta"))
(span (@ (class "daydate"))
- ;; Week view header format
,(date->string day-date (_ "~Y-~m-~d")))
(span (@ (class "dayname"))
;; TODO translation here?