Add transifex link to login page

This commit is contained in:
Duncan Sommerville 2015-06-26 13:21:32 -04:00
parent 6b9899d11c
commit 3a51e66b07
2 changed files with 26 additions and 1 deletions

View file

@ -27,6 +27,9 @@
<dd id="locale-element">
<?php echo $this->element->getElement('locale') ?>
</dd>
<a id="translate_link" href=<?php echo AIRTIME_TRANSIFEX_URL?>>
<?php echo _(sprintf("Help Translate %s", PRODUCT_NAME)) ?>
</a>
<?php echo $this->element->getElement('csrf') ?>