{% extends "mail/base.html" %} {% load humanize 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." %}
| {% translate "Language name" %} | {{ language }} |
| {% translate "Language code" %} |
{{ language.code }}
|
| {% translate "Text direction" %} | {{ language.get_direction_display }} |
| {% translate "Number of speakers" %} | {{ language.population|intcomma }} |