CC-1960: Internationalize Airtime / Support translations
-added gettext wrapper function to all strings in layout, and common
This commit is contained in:
parent
8338152876
commit
9958d8da9f
2 changed files with 6 additions and 5 deletions
|
@ -13,8 +13,9 @@
|
|||
<?php echo $this->layout()->content ?>
|
||||
</div>
|
||||
<div class="footer">
|
||||
Airtime Copyright © Sourcefabric o.p.s. All rights reserved.<br/>
|
||||
Maintained and distributed under GNU GPL v.3 by <a href="http://www.sourcefabric.org"> Sourcefabric o.p.s </a>
|
||||
<?php echo sprintf(_("Airtime Copyright ©Sourcefabric o.p.s. All rights reserved.%s"
|
||||
."Maintained and distributed under GNU GPL v.3 by %sSourcefabric o.p.s%s"),
|
||||
"<br>", "<a href='http://www.sourcefabric.org'>" ,"</a>");?>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue