13
0

another fix for NLS copying into bundle

git-svn-id: svn://localhost/ardour2/branches/3.0@13967 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-01-22 03:16:13 +00:00
parent 7b1123ea32
commit 8b259e45cb

View File

@ -255,8 +255,8 @@ if test x$WITH_NLS != x ; then
echo $file
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`
cp $file $Locale/$lang/LC_MESSAGES/`basename $file`
echo Copying message catalog for $lang into $Locale/$lang/LC_MESSAGES/`basename $file`
if echo $LINGUAS | grep $lang >/dev/null 2>&1 ; then
:
else