{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %}
  • {% trans "About Weblate" %}
  • {% endblock %} {% block content %} {% include 'about/menu.html' %}

    {% trans "About Weblate" %}

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

    {% blocktrans %}More information about Weblate can be found on {{ weblate_link }}.{% endblocktrans %}

    {% blocktrans %}Weblate is libre software created by volunteers, and accepts donations.{% endblocktrans %}

    {% if offer_hosting %}

    {% trans "Hosting translations" %}

    {% trans "This Weblate instance hosts translations for various libre software projects." %} {% blocktrans %}Weblate can host your project as well, please get in touch.{% endblocktrans %}

    {% trans "Commercial hosting is also available, pricing starts at 19 EUR per month, please get in touch for more details." %}

    {% endif %}

    {% trans "Versions" %}

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