MastodonHelp/web/site/contribute.php
2021-02-14 19:03:52 +01:00

20 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 from English or Italian! :-)').'<br>
'._('Currently we are missing parts of translation to Catalan, Spanish and French.').'<br>'.N);
printf(_('If youd like to help, just contact us at <span class="magt">masthelp[at]insicuri.net</span> and tell us (in English or Italian) which language you want to translate from and to; well send you the files to translate and well report here a translation is ongoing to the destination language of your choice. In the end, if youd like to, we will cite you as a contributor on our <a href="/about/%s">About</a> page.'),$dlang);
echo('<br>
'._('Currently theres no ongoing translation work.').'
<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);
?>