{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block content %}

{% trans "About Weblate" %}

{% blocktrans %}Weblate is a web based translation tool with tight Git integration. It features simple and clean user interface, propagation of translations across subprojects, consistency checks and automatic linking to source files.{% endblocktrans %}

{% blocktrans %}If you are looking for support for Weblate or want to file bug reports check its website at weblate.org.{% endblocktrans %}

{% blocktrans %}Weblate is free software created by volunteers, but you can still support them financially:{% endblocktrans %}

{% trans "Flattr Weblate!" %} {% trans "Donate to Weblate!" %}

{% trans "Versions" %}

{% trans "This site is built using following projects:" %}

{% for ver in versions %} {% endfor %}
Weblate {{ version }}
{{ ver.0 }} {{ ver.2 }}

{% trans "Statistics" %}

{% trans "Strings to translate" %} {{ total_strings }}
{% trans "Used languages" %} {{ total_languages }}
{% trans "Registered users" %} {{ total_users }}
{% trans "Suggestions made" %} {{ total_suggestions }}
{% trans "Translations made" %} {{ total_translations }}
{% trans "Failing checks found" %} {{ total_checks }}
{% trans "Ignored checks" %} {{ ignored_checks }}
{% endblock %}