Forgot this again

This commit is contained in:
Kjartan Maraas 2000-01-03 20:23:22 +00:00
parent c2289c36fb
commit 9e196776c5

8
po-plug-ins/update.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
xgettext --default-domain=gimp-std-plugins --directory=.. \
--add-comments --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in \
&& test ! -f gimp-std-plugins.po \
|| ( rm -f ./gimp-std-plugins.pot \
&& mv gimp-std-plugins.po ./gimp-std-plugins.pot )