Added French translation

This commit is contained in:
Unick Soft
2020-04-18 16:52:06 +02:00
parent 363e09cd90
commit 4517ee12a3
18 changed files with 362 additions and 1 deletions

View File

@@ -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): ?>
<!--