aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-13 11:22:39 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-13 11:22:39 +0000
commit43fe29257d17427d58dcf29631eac6dfe14ae875 (patch)
treed4a300fbff884ee375ba2d6cd5e27ab169ecf3e7 /bin
parent9db06d0784ecc24a7fa6b12f527ee3628713c98d (diff)
Update .po files with latest strings (for EHA, but brings in a few other things too).
Diffstat (limited to 'bin')
-rwxr-xr-xbin/make_po1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/make_po b/bin/make_po
index 76dc4566b..ad1fc1a89 100755
--- a/bin/make_po
+++ b/bin/make_po
@@ -14,6 +14,7 @@ mkdir("en_GB.UTF-8");
mkdir("en_GB.UTF-8/LC_MESSAGES");
my $pofile = shift;
+die "Please supply a filename" unless $pofile;
open(MAINPO, "FixMyStreet.po") or die "";
open(EHAPO, ">$pofile.po") or die "";