Added help to translate french

This commit is contained in:
Unick Soft 2020-04-05 19:08:26 +02:00
parent aa1be3fae5
commit f47064ede7
3 changed files with 6 additions and 2 deletions

View File

@ -173,4 +173,6 @@
$g_lang["replace_edge"] = "replace current";
$g_lang["add_edge"] = "add (multigraph)";
$g_lang["translate_french"] = "You can help us with translation of our service to French. More details...";
?>

View File

@ -176,4 +176,6 @@
$g_lang["graph_is_multi_message"] = "Мультиграф не поддерживает все алгоритмы";
$g_lang["graph_is_general_message"] = "";
$g_lang["translate_french"] = "Вы можете помочь с переводом нашего сервиса на французский. Подробнее...";
?>

View File

@ -164,10 +164,10 @@
</section>
<section style="height:32px;text-align: center;" id="adv" class="hidden-phone">
<a class="ProgresssBarLink" href="opensource" target="_blank">
<a class="ProgresssBarLink" href="https://docs.google.com/spreadsheets/d/1zWpRDsOfnlGeE78H7GnetffGC5LM-J3mqKRgOhowfbM/edit?usp=sharing" target="_blank">
<div class="ProgressBar" style="height:32px">
<div class="ProgressBarFill" style="width:0%;"></div>
<span class="ProgressBarText" style="top:-28px"><p><?= L('opensource_message')?></p></span>
<span class="ProgressBarText" style="top:-28px"><p><?= L('translate_french')?></p></span>
</div>
</a>
</section>