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

{% trans "Hi,"%}

{% blocktrans %}There has been a request for new language on {{ translation }} at {{ site_title }}.{% 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:" %} {{ language }} ({{ language.code }})
{% trans "Requested by:" %} {{ user.get_visible_name }}
{% endblock %}