{% extends "mail/base.html" %} {% load i18n translations %} {% block content %} {% if was_added %}
{% blocktranslate with user=user.get_visible_name %}There has been a request for new language on {{ component }} at {{ site_title }} by {{ user }}.{% endblocktranslate %}
{% translate "Please add the language file to VCS, Weblate will automatically discover it upon next update." %}
{% translate "More information on adding new language files is to be found in the documentation." %}
{{ language }} ({{ language.code }})
{% endblock content %}