summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-11-14 09:22:16 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-11-14 09:22:16 +0000
commitecaaa71dda96183f3d97c9db88d3063f7cf959f1 (patch)
tree8c3db6c2f0d7d599c390c31b02e169a9cbfdd7d2
parentca8424a849521f6f5cc2f61c46c3061bce3cda18 (diff)
tweak NLS support
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4163 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rwxr-xr-xtools/osx_packaging/osx_build2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index c1ab891cdf..5d19be72b7 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -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