aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-04-20 16:29:32 +0100
committerMatthew Somerville <matthew@mysociety.org>2016-04-20 19:37:33 +0100
commit97a01fcec2c48e379394e0127888edc2e5bbde91 (patch)
tree04df4cd736964be7fb690c0da6ad20ae75b5e73e /bin
parent0fe0f7e15317fd66925195bbb624bbb572d2b8ef (diff)
Remove final web/fixmystreet templates.
And associated, e.g. nothing references fixmystreet-old-box.js any more.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gettext-extract2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gettext-extract b/bin/gettext-extract
index 694fba66e..1c0771f9e 100755
--- a/bin/gettext-extract
+++ b/bin/gettext-extract
@@ -20,7 +20,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 -name '*.html' > template_list
+find templates/web/base 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