diff options
-rwxr-xr-x | bin/gettext-extract | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/gettext-extract b/bin/gettext-extract index d0d8cbb1d..8433e4ca9 100755 --- a/bin/gettext-extract +++ b/bin/gettext-extract @@ -7,7 +7,7 @@ # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: gettext-extract,v 1.3 2008-05-15 16:09:51 matthew Exp $ +# $Id: gettext-extract,v 1.4 2008-11-17 11:48:33 matthew Exp $ if [ -e ../../locale ] then @@ -66,7 +66,7 @@ for X in bci/templates/emails/* do # TODO: Should check for "*~" type filenames too, and do the *-livesimply case # with wildcards rather than checking per template - if [ "$X" != "bci/templates/emails/CVS" -a "$X" != "bci/templates/emails/empty property-confirm" -a "$X" != "bci/templates/emails/submit-eha" ] + if [ "$X" != "bci/templates/emails/eha" -a "$X" != "bci/templates/emails/CVS" -a "$X" != "bci/templates/emails/empty property-confirm" -a "$X" != "bci/templates/emails/submit-eha" ] then echo >> $PO echo "#: $X" >> $PO |