From 207d04b652925de2348010a0a2a4d2f72728a363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 23 Oct 2020 00:14:52 +0200 Subject: Add entry-point for generating tidsrapporter. --- module/datetime.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/datetime.scm') diff --git a/module/datetime.scm b/module/datetime.scm index 001af59e..cb732ad3 100644 --- a/module/datetime.scm +++ b/module/datetime.scm @@ -16,7 +16,7 @@ :use-module (ice-9 i18n) :use-module (ice-9 format) :use-module (calp util config) - :re-export (locale-month) + :re-export (locale-month locale-month-short) ) -- cgit v1.2.3