aboutsummaryrefslogtreecommitdiffstats
path: root/bin/gettext-extract
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2015-02-20 16:58:05 +0000
committerMatthew Somerville <matthew@mysociety.org>2015-03-18 16:14:16 +0000
commitafe94a2eff801b769e55d5527a1367406810958a (patch)
tree6b55169228e6bdcfe00ce00731f7f72142888405 /bin/gettext-extract
parent3b724e751e6a9c9b0827db54226522f29dcc7f76 (diff)
Version 1.5.4.v1.5.4
Including updated translations.
Diffstat (limited to 'bin/gettext-extract')
-rwxr-xr-xbin/gettext-extract2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gettext-extract b/bin/gettext-extract
index b645f57dc..c1f3d384e 100755
--- a/bin/gettext-extract
+++ b/bin/gettext-extract
@@ -15,7 +15,7 @@ rm -f $PO
# we don't want to extract strings from all the cobrand templates so list
# the ones we care about
-find templates/web/base templates/web/fixmystreet templates/web/zurich templates/web/fiksgatami -name '*.html' > template_list
+find templates/web/base templates/web/fixmystreet templates/web/zurich -name '*.html' > template_list
# Extract from Perl
xgettext.pl --gnu-gettext --verbose --output $PO --plugin perl=* --plugin tt2 --directory perllib -f template_list --directory db --directory bin