Check if transifex-client is installed.
This commit is contained in:
parent
01dd731aa8
commit
8b0d4e3031
|
@ -44,7 +44,7 @@ foreach($file as $v) {
|
||||||
if ( file_exists($MENUPATH.$v)) include($MENUPATH.$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 />
|
<br />
|
||||||
<?php
|
<?php
|
||||||
echo "$L_VERSION";
|
echo "$L_VERSION";
|
||||||
|
|
|
@ -17,6 +17,11 @@
|
||||||
# finally, push en_US to transifex
|
# finally, push en_US to transifex
|
||||||
# to be translated.
|
# 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 ../..
|
pushd ../..
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue