{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}
  • {% trans "About Weblate" %}
  • {% endblock %} {% block content %}

    {% trans "About Weblate" %}

    {% blocktrans %}Weblate is a web based translation tool with tight version control integration. It features simple and clean user interface, propagation of translations across components, 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 %}

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

    {% if offer_hosting %}

    {% trans "Hosting translations" %}

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

    {% trans "Commercial hosting is possible as well, our price starts at 19 EUR per project and month, please get in touch with us for more details." %}

    {% endif %}

    {% trans "Versions" %}

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

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