Check if transifex-client is installed.

This commit is contained in:
Alan Garcia 2012-08-24 13:08:22 +00:00
parent 01dd731aa8
commit 8b0d4e3031
2 changed files with 6 additions and 1 deletions

View File

@ -44,7 +44,7 @@ foreach($file as $v) {
if ( file_exists($MENUPATH.$v)) include($MENUPATH.$v);
}
?>
<p class="center"><a href="about.php" target="_blank"><img src="logo2.png" border="0" alt="AlternC" /></a>
<p class="center"><a href="about.php" target="_blank"><img src="logo2.png" border="0" alt="AlternC" title="<?php __("About"); ?>"/></a>
<br />
<?php
echo "$L_VERSION";

View File

@ -17,6 +17,11 @@
# finally, push en_US to transifex
# to be translated.
if [ ! -x /usr/bin/tx ] ; then
echo "Package transifex-client is not installed."
echo "Install it to run $0."
exit 1
fi
pushd ../..