MastodonHelp/web/site/contribute.php

16 lines
723 B
PHP

<?php
echo('</nav>
<div class="scrwide">
<div class="scrwidein">
<section class="sectcontm">
<h3>'._('Contribute to Mastodon Help development').'</h3>
<h4>'._('Translation').'</h4>
<p>'._('Please help us make this site better by contributing to its translation on <a href="https://hosted.weblate.org/projects/mastodon-help/site/">Weblate</a>! :-)').'</p>
<h4>'._('Reporting problems').'</h4>
<p>'._('You can report any problem you may experience with the site (bugs, wrong translations, instances we should blacklist in our search engine because they accept fascist / racist / sexist / ableist / sovereignist contents) to us at <span class="magt">masthelp[at]insicuri.net</span>.').'</p>
</section>
</div>
</div>'.N);
?>