contribute.php 1.2 KB

123456789101112131415161718192021222324
  1. <?php
  2. if (!defined('N')) {
  3. echo('You probably meant <a href="'.preg_replace('/\.php$/','',$_SERVER['REQUEST_URI']).'">this</a>.');
  4. exit(0);
  5. }
  6. echo('</nav>
  7. <div class="scrwide">
  8. <div class="scrwidein">
  9. <section class="sectcontm">
  10. <h3>'._('Contribute to Mastodon Help development').'</h3>
  11. <h4>'._('Translation').'</h4>
  12. <!--
  13. <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>
  14. -->
  15. <p>'._('We are currently looking for a platform that would allow anyone interested to contribute to the update of the translations that were done for the previous version of mastodon.help and to the translation of this new version in other languages, so, if you are interested, keep an eye on this page, which we hope we’ll be able to update very soon ;-)').'</p>
  16. <h4>'._('Reporting problems').'</h4>
  17. <p>'._('You can report any problem you may experience with the site (bugs, wrong translations, instances we should exclude by default 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>
  18. </section>
  19. </div>
  20. </div>'.N);
  21. ?>