mirror of https://github.com/GNOME/gimp.git
parent
591eed3547
commit
bfdfaeb49c
|
@ -1,5 +1,6 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
makefile.mingw
|
||||
.deps
|
||||
.libs
|
||||
gimp
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
makefile.mingw
|
||||
*.lo
|
||||
_libs
|
||||
.libs
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
makefile.mingw
|
||||
.deps
|
||||
*.lo
|
||||
_libs
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
Makefile.in
|
||||
Makefile
|
||||
makefile.mingw
|
||||
build
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2000-08-26 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* update.sh: subtle changes
|
||||
|
||||
Fri Aug 25 11:15:08 CEST 2000 Stanislav Brabec <utx@penguin.cz>
|
||||
|
||||
* cs.po: Updated translation.
|
||||
|
|
|
@ -22,13 +22,15 @@ xgettext --default-domain=$PACKAGE --directory=.. \
|
|||
../plug-ins/script-fu/scripts/*.scm \
|
||||
../plug-ins/gap/sel-to-anim-img.scm \
|
||||
../plug-ins/webbrowser/web-browser.scm \
|
||||
>> gimp-script-fu.po \
|
||||
>> $PACKAGE..po \
|
||||
&& test ! -f $PACKAGE.po \
|
||||
|| ( rm -f ./$PACKAGE.pot \
|
||||
&& mv $PACKAGE.po ./$PACKAGE.pot );
|
||||
|
||||
else
|
||||
|
||||
echo "Building the $PACKAGE.pot ..."
|
||||
|
||||
xgettext --default-domain=$PACKAGE --directory=.. \
|
||||
--add-comments --keyword=_ --keyword=N_ \
|
||||
--files-from=./POTFILES.in \
|
||||
|
@ -36,12 +38,11 @@ xgettext --default-domain=$PACKAGE --directory=.. \
|
|||
../plug-ins/script-fu/scripts/*.scm \
|
||||
../plug-ins/gap/sel-to-anim-img.scm \
|
||||
../plug-ins/webbrowser/web-browser.scm \
|
||||
>> gimp-script-fu.po \
|
||||
>> $PACKAGE.po \
|
||||
&& test ! -f $PACKAGE.po \
|
||||
|| ( rm -f ./$PACKAGE.pot \
|
||||
&& mv $PACKAGE.po ./$PACKAGE.pot );
|
||||
|
||||
echo "Building the $PACKAGE.pot ..."
|
||||
echo "Now merging $1.po with $PACKAGE.pot, and creating an updated $1.po ..."
|
||||
|
||||
mv $1.po $1.po.old && msgmerge $1.po.old $PACKAGE.pot -o $1.po \
|
||||
|
|
Loading…
Reference in New Issue