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