2006-08-01 [wwp] 2.4.0cvs10
[claws.git] / tools / update-po
index ee270be16688a851f47b876788d89069c3de6d08..9fd180d253fdd022d39706de766633b1e0a640bc 100644 (file)
@@ -1,5 +1,22 @@
 #!/bin/sh
 
+#  * Copyright © 2002 Wilbert Berendsen <wilbert@oswf.org>
+#  *
+#  * This file is free software; you can redistribute it and/or modify it
+#  * under the terms of the GNU General Public License as published by
+#  * the Free Software Foundation; either version 2 of the License, or
+#  * (at your option) any later version.
+#  *
+#  * This program is distributed in the hope that it will be useful, but
+#  * WITHOUT ANY WARRANTY; without even the implied warranty of
+#  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+#  * General Public License for more details.
+#  *
+#  * You should have received a copy of the GNU General Public License
+#  * along with this program; if not, write to the Free Software
+#  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+#  *
+
 # update-po -- for Sylpheed
 # by Wilbert Berendsen
 # This script updates the .po files named on the command line.
@@ -16,7 +33,7 @@ if [ "$1" -a -f "$1" ] ; then
 
 sources = \$(shell cat po/POTFILES.in)
 po/messages.pot: \$(sources) po/POTFILES.in
-       xgettext --keyword=N_ --keyword=_ --file=po/POTFILES.in \
+       xgettext --keyword=N_ --keyword=_ --keyword=Q_ --file=po/POTFILES.in \
                --output=po/messages.pot
 EOF