diff options
author | matthew <matthew> | 2009-07-10 16:10:21 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-07-10 16:10:21 +0000 |
commit | 9031d3f8e24baba8eb162562d457499ae266299a (patch) | |
tree | 041848310d46b3a46263cfbb3652bc68c3eed61e /bin/gettext-extract | |
parent | e199f892feb5ea64d20cd239d778599a0a44aeaa (diff) |
Missing placeholders; always call make_emptyhomes_po when extracting new strings;
missing "check your email" text from translation.
Diffstat (limited to 'bin/gettext-extract')
-rwxr-xr-x | bin/gettext-extract | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/gettext-extract b/bin/gettext-extract index 60f4d640b..3615fb246 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.7 2009-05-27 15:48:38 matthew Exp $ +# $Id: gettext-extract,v 1.8 2009-07-10 16:10:21 matthew Exp $ if [ -e ../../locale ] then @@ -76,4 +76,5 @@ do fi done +bci/bin/make_emptyhomes_po |