And this file too
This commit is contained in:
8
po/update.sh
Executable file
8
po/update.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
xgettext --default-domain=gtk+ --directory=.. \
|
||||
--add-comments --keyword=_ --keyword=N_ \
|
||||
--files-from=./POTFILES.in \
|
||||
&& test ! -f gtk+.po \
|
||||
|| ( rm -f ./gtk+.pot \
|
||||
&& mv gtk+.po ./gtk+.pot )
|
||||
Reference in New Issue
Block a user