{% 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 on next update." %}

{% doc_url 'devel/translations' 'adding-translation' as doc_url %} {% blocktrans %}More information on adding new language files is available in the documentation.{% endblocktrans %}

{% trans "Requested language:" %} {{ language.name }} ({{ language.code }})
{% trans "Requesting user:" %} {{ user.first_name }}
{% endblock %}