Make it easier for us all
svn path=/trunk/; revision=2782
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
xgettext --default-domain=evolution --directory=.. \
|
||||
--add-comments --keyword=_ --keyword=N_ \
|
||||
--files-from=./POTFILES.in \
|
||||
&& test ! -f evolution.po \
|
||||
|| ( rm -f ./evolution.pot \
|
||||
&& mv evolution.po ./evolution.pot )
|
||||
Reference in New Issue
Block a user