X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=tools%2Fupdate-po;h=c79b526860754886fe1d6f4868a116f3e8e0b2f2;hp=ee270be16688a851f47b876788d89069c3de6d08;hb=723acc9063cd53cbf22810724135da2be370c703;hpb=8da57140b82c5f42878fb332f0edc61351279d2d diff --git a/tools/update-po b/tools/update-po old mode 100644 new mode 100755 index ee270be16..c79b52686 --- a/tools/update-po +++ b/tools/update-po @@ -1,6 +1,23 @@ #!/bin/sh -# update-po -- for Sylpheed +# * Copyright © 2002 Wilbert Berendsen +# * +# * 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 3 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 Claws Mail # by Wilbert Berendsen # This script updates the .po files named on the command line. # Run this script from within the po/ directory! @@ -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