{% extends "base.html" %} {% load i18n %} {% load translations %} {% block breadcrumbs %}
{% trans "You can retrieve various data from Weblate in machine readable format." %}
{% trans "To follow translation progress you can use RSS feeds, detailing all important translation changes." %}
{% trans "URL" %} | {% trans "Link" %} |
---|---|
{{ site_url }}{% url 'rss' %} | {% trans "RSS" %} |
{% trans "There is more data exported per project, please check the following links for more information." %}
{% blocktrans %}With notification hooks, Weblate will automatically import changes made by your developers, and allows continuous translation.{% endblocktrans %}
{% endif %} {% endblock %}