From 093ef72e6489d96fb6ffae8d58d7cb1cb7ff77ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 22 Feb 2022 11:19:19 +0100 Subject: Prepare code for translation. --- module/datetime/timespec.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/datetime/timespec.scm') diff --git a/module/datetime/timespec.scm b/module/datetime/timespec.scm index 712ff327..ea29a423 100644 --- a/module/datetime/timespec.scm +++ b/module/datetime/timespec.scm @@ -11,6 +11,7 @@ :use-module (datetime) :use-module (srfi srfi-1) :use-module (srfi srfi-9 gnu) + :use-module (calp translation) ) @@ -33,7 +34,7 @@ (define-public (timespec-add . specs) (unless (apply eqv? (map timespec-type specs)) - (warning "Adding timespecs of differing types")) + (warning (_ "Adding timespecs of differing types"))) (reduce (lambda (spec done) (cond -- cgit v1.2.3