aboutsummaryrefslogtreecommitdiffstats
path: root/bin/gettext-extract
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-05-28 13:49:00 +0200
committerMarius Halden <marius.h@lden.org>2016-05-28 13:49:00 +0200
commit6791ce86ae15adbded24bd814a78cc0e87f404fa (patch)
tree99af5da31e4db091350a09bcdee913c99abc2fc3 /bin/gettext-extract
parent6c1118dbf2c4b15bcfcd77600d36f2389428c75e (diff)
parent89b0efeb94631c4c31ce33e7f98297e754dd226d (diff)
Merge tag 'v1.8.2' into fiksgatami-dev
Diffstat (limited to 'bin/gettext-extract')
-rwxr-xr-xbin/gettext-extract5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/gettext-extract b/bin/gettext-extract
index ca37e9d6d..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
@@ -34,6 +34,3 @@ bin/update_po_header.bash $PO
echo "$( bin/gettext-nget-patch )" >> $PO
-#bin/make_po FixMyStreet-EmptyHomes
-#bin/make_po FixMyBarangay
-