mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Added French translation
This commit is contained in:
13
tpl/home.php
13
tpl/home.php
@@ -163,6 +163,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<? if (L('current_language') != "en"): ?>
|
||||
<section style="height:32px;text-align: center;" id="adv" class="hidden-phone">
|
||||
<a class="ProgresssBarLink" href="opensource" target="_blank">
|
||||
<div class="ProgressBar" style="height:32px">
|
||||
@@ -171,6 +172,18 @@
|
||||
</div>
|
||||
</a>
|
||||
</section>
|
||||
<? endif; ?>
|
||||
|
||||
<? if (L('current_language') == "en"): ?>
|
||||
<section style="height:32px;text-align: center;" id="adv" class="hidden-phone">
|
||||
<a class="ProgresssBarLink" href="/fr/">
|
||||
<div class="ProgressBar" style="height:32px">
|
||||
<div class="ProgressBarFill" style="width:0%;"></div>
|
||||
<span class="ProgressBarText" style="top:-28px"><p><?= L('french_add')?></p></span>
|
||||
</div>
|
||||
</a>
|
||||
</section>
|
||||
<? endif; ?>
|
||||
|
||||
<? if (L('current_language') == "ru" && false): ?>
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user