diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-04-29 19:06:01 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-05-03 12:06:21 +0100 |
commit | 92b253904062edd533e55c22824de6fd01e2f7c1 (patch) | |
tree | d18f49ff98e87a2aeb6ca6eacc3217183141ec9e /bin/install-as-user | |
parent | 5faa1946bda79c31aab04778cb4eb01afa18b473 (diff) |
Version 2.6.v2.6
Include the usual generate new .pot file, gettext-merge, push to
Transifex, pull from Transifex step.
Diffstat (limited to 'bin/install-as-user')
-rwxr-xr-x | bin/install-as-user | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install-as-user b/bin/install-as-user index 7e2a0bd74..ce6facbd1 100755 --- a/bin/install-as-user +++ b/bin/install-as-user @@ -109,5 +109,5 @@ fi # Generate po and mo files (these invocations taken from Kagee's script): echo "Creating locale .mo files" -commonlib/bin/gettext-makemo FixMyStreet +commonlib/bin/gettext-makemo FixMyStreet 2>&1 echo $DONE_MSG |