mirror of https://github.com/GNOME/gimp.git
Forgot this again
This commit is contained in:
parent
c2289c36fb
commit
9e196776c5
|
@ -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 )
|
Loading…
Reference in New Issue