13
0

re-revert previous excessive debug output

git-svn-id: svn://localhost/ardour2/branches/3.0@13966 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-01-22 03:06:55 +00:00
parent 2a2b48ef66
commit 7b1123ea32

View File

@ -256,6 +256,7 @@ if test x$WITH_NLS != x ; then
lang=`basename $file | sed 's/\.mo//'`
mkdir -p $Locale/$lang/LC_MESSAGES
cp $file $Locale/$lang/LC_MESSAGES/`basename $dl`
echo Copying message catalog for $lang into $Locale/$lang/LC_MESSAGES/`basename $dl`
if echo $LINGUAS | grep $lang >/dev/null 2>&1 ; then
:
else