{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block breadcrumbs %}
  • {% trans "data" %}
  • {% endblock %} {% block content %}

    {% trans "Data export" %}

    {% trans "You can retrieve various data from Weblate in machine readable format." %}

    {% trans "RSS feeds" %}

    {% 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 "Per project data" %}

    {% trans "There is more data exported per project, please check following links for more information." %}

    {% if hooks_enabled %}

    {% trans "Notification hooks" %}

    {% 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 %}