aboutsummaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-24 18:11:41 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-24 18:11:41 +0200
commitc926abbd4720c901c4f944cb158b32460efabb48 (patch)
treef047ec110d99cbadb47e675036dc589c31bd2c5d /module
parentAdd tests for (calp) module. (diff)
downloadcalp-c926abbd4720c901c4f944cb158b32460efabb48.tar.gz
calp-c926abbd4720c901c4f944cb158b32460efabb48.tar.xz
Add tests for (calp translation).
Diffstat (limited to 'module')
-rw-r--r--module/calp/translation.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/calp/translation.scm b/module/calp/translation.scm
index e99062db..c50f14de 100644
--- a/module/calp/translation.scm
+++ b/module/calp/translation.scm
@@ -5,6 +5,7 @@
:use-module (srfi srfi-88)
:export (G_ translate yes-no-check))
+;; TODO stop hard coding this.
(bindtextdomain "calp" "/home/hugo/code/calp/localization/")