[SCM] Debian Live build scripts branch, master, updated. 1.0.1-1-76-g4de79b6

Daniel Baumann daniel at debian.org
Mon Nov 3 11:16:00 UTC 2008


The following commit has been merged in the master branch:
commit 9b5b201cf49bd73686fffb1871fa4a87df2faec9
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Nov 1 14:43:41 2008 +0100

    Syncing internal l10n functions.

diff --git a/functions/l10n.sh b/functions/l10n.sh
index a1125ec..dded7d2 100755
--- a/functions/l10n.sh
+++ b/functions/l10n.sh
@@ -12,10 +12,12 @@ then
 	LH_L10N="enabled"
 
 	# gettext domain (.mo file name)
-	export TEXTDOMAIN="live-helper"
+	TEXTDOMAIN="${PROGRAM}"
+	export TEXTDOMAIN
 
 	# locale dir for gettext codes
-	export TEXTDOMAINDIR="/usr/share/locale"
+	TEXTDOMAINDIR="/usr/share/locale"
+	export TEXTDOMAINDIR
 
 	# load gettext functions
 	. gettext.sh

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list