Syncing internal l10n functions.

This commit is contained in:
Daniel Baumann 2008-11-01 14:43:41 +01:00
parent db5d2b0dcd
commit 1783c91424
1 changed files with 4 additions and 2 deletions

View File

@ -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