{% extends "mail/base.html" %} {% load i18n %}{% load translations %} {% block content %} {% if was_added %}
{% 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." %}
{{ language }} ({{ language.code }})
{% endblock %}