{% blocktrans with object.name as project %}Get involved in {{ project }}!{% endblocktrans %}
{% include 'meta-header.html' %}
{% blocktrans with object.name as project %}Get involved in {{ project }}!{% endblocktrans %}
{% blocktrans %}Hi, and thank you for your interest!{% endblocktrans %}
{% blocktrans with object.name as name %}{{ name }} is being translated using Weblate, a web tool designed to ease translating for both developers and translators.{% endblocktrans %}
{% blocktrans with object.name as name and object.get_total as total and object.get_language_count as languages and object.get_absolute_url as url and object.get_translated_percent as percent%}Translation project for {{ name }} currently contains {{ total }} strings for translation and is being translated into {{ languages }} languages. Overall, these translations are {{ percent }}% complete.{% endblocktrans %}
{% url 'weblate_register' as reg_url %}
{% blocktrans with object.name as name %}If you would like to contribute to translation of {{ name }}, you need to register on this server.{% endblocktrans %}
{% blocktrans with object.get_absolute_url as url %}Once you have activated your account just proceed to the translation section.{% endblocktrans %}