tweak NLS support

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4163 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-11-14 09:22:16 +00:00
parent ca8424a849
commit ecaaa71dda

View file

@ -137,11 +137,9 @@ fi
# copy locale files
if test x$WITH_NLS != x ; then
echo "NLS support ..."
echo ../../gtk2_ardour/*.mo
for file in ../../gtk2_ardour/*.mo
do
lang=`basename $file | sed 's/\.mo//'`
echo "Copying $file to " $Locale/$lang/LC_MESSAGES
mkdir -p $Locale/$lang/LC_MESSAGES
cp $file $Locale/$lang/LC_MESSAGES/gtk2_ardour.mo
done