forked from AuroraMiddleware/gtk
A little script that lets people update the .pot file without makefiles
2000-01-04 Kjartan Maraas <kmaraas@online.no> * update.sh: A little script that lets people update the .pot file without makefiles etc.
This commit is contained in:
parent
fe3cc85202
commit
19fd09725a
@ -1,3 +1,8 @@
|
||||
2000-01-04 Kjartan Maraas <kmaraas@online.no>
|
||||
|
||||
* update.sh: A little script that lets people
|
||||
update the .pot file without makefiles etc.
|
||||
|
||||
1999-12-23 Fatih Demir <kabalak@gmx.net>
|
||||
|
||||
* tr.po: Added the Turkish translation , edited ../configure.in & makefile.cygwin .
|
||||
|
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 )
|
Loading…
Reference in New Issue
Block a user