mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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:
parent
7b1123ea32
commit
8b259e45cb
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue