{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block breadcrumbs %}
  • {% trans "about" %}
  • {% endblock %} {% 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, quality 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 %}

    {% if offer_hosting %}

    {% trans "This Weblate instance hosts translations for various free software projects." %} {% url 'hosting' as contact_url %} {% blocktrans %}We can host your project as well, if you are interested, please contact us.{% endblocktrans %}

    {% endif %}

    {% 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 "Words to translate" %} {{ total_words }}
    {% 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 %}