{% extends "mail/base.html" %} {% load i18n %}{% load translations %} {% block content %} {% if was_added %}

{% trans "Added language" %}

{% else %}

{% blocktrans with user=user.get_visible_name %}There has been a request for new language on {{ component }} at {{ site_title }} by {{ user }}.{% endblocktrans %}

{% trans "Please add the language file to VCS, Weblate will automatically discover it upon next update." %}

{% trans "More information on adding new language files is to be found in the documentation." %}

{% trans "Requested language" %}

{% endif %}

{{ language }} ({{ language.code }})

{% trans "View translation component" %}
{% endblock %}