From 90b30f0c944db1a30d9ec4786e5a0cf4d8f8fc68 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Sun, 18 Apr 2010 17:16:42 +0000 Subject: [PATCH] Enable translations when building the world and the utils. --- tools/build-utils.sh | 1 + tools/build-world.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/build-utils.sh b/tools/build-utils.sh index ac9717109..e59fd1923 100755 --- a/tools/build-utils.sh +++ b/tools/build-utils.sh @@ -25,6 +25,7 @@ $TARGET/lisp/lisp \ (setf *default-pathname-defaults* (ext:default-directory)) (intl:install) +(intl::translation-enable) (load "target:setenv") (pushnew :no-clx *features*) diff --git a/tools/build-world.sh b/tools/build-world.sh index ac9fde74a..7fd3f54bf 100755 --- a/tools/build-world.sh +++ b/tools/build-world.sh @@ -32,6 +32,7 @@ $LISP "$@" -noinit -nositeinit <<EOF (setf *default-pathname-defaults* (ext:default-directory)) (intl::install) +(intl::translation-enable) (setf (ext:search-list "target:") '("$TARGET/" "src/")) -- GitLab