{% extends "base.html" %} {% load i18n %} {% load translations %} {% block breadcrumbs %}
  • {% trans "Data export" %}
  • {% endblock %} {% block content %}

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

    {% trans "RSS feeds" %} {% documentation_icon 'api' 'rss' %}

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

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

    {% if hooks_enabled %}

    {% trans "Notification hooks" %} {% documentation_icon 'api' 'hooks' %}

    {% blocktrans %}With notification hooks, Weblate will automatically import changes made by your developers, and allows continuous translation.{% endblocktrans %}

    {% endif %} {% endblock %}