{% 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." %}
{% trans "Requested language:" %} | {{ language.name }} ({{ language.code }}) |
---|---|
{% trans "Requesting user:" %} | {{ user.first_name }} |