diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-13 11:22:39 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-13 11:22:39 +0000 |
commit | 43fe29257d17427d58dcf29631eac6dfe14ae875 (patch) | |
tree | d4a300fbff884ee375ba2d6cd5e27ab169ecf3e7 /bin/make_po | |
parent | 9db06d0784ecc24a7fa6b12f527ee3628713c98d (diff) |
Update .po files with latest strings (for EHA, but brings in a few other things too).
Diffstat (limited to 'bin/make_po')
-rwxr-xr-x | bin/make_po | 1 |
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 ""; |