Hello all,
have change this script to be able to translate
Changes
Code: Select all
# Update this 2 lines
export TEXTDOMAIN=${0##*/}
export OUTPUT_CHARSET=UTF-8
# comment this 2 lines
# performance tweak - use "C" if there is no localisation
#! [ -e $TEXTDOMAINDIR/${LANG%.*}/LC_MESSAGES/$TEXTDOMAIN.mo ] &&
#! [ -e $TEXTDOMAINDIR/${LANG%_*}/LC_MESSAGES/$TEXTDOMAIN.mo ] && LANG=C