Commit 31e2a601 authored by Michal Čihař's avatar Michal Čihař

With contact, the new language form just notifies maintainers

Describe what will happen after requesting new language.

Fixes #783
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent da86fb5b
......@@ -98,6 +98,9 @@
<p>{% blocktrans with object.project.instructions as url %}Should your language be missing, please follow <a href="{{ url }}">translator instructions</a>.{% endblocktrans %}</p>
{% else %}
<p>{% trans "Please choose the language into which you would like to translate." %}</p>
{% if object.new_lang == 'contact' %}
<p>{% trans "Project maintainers will get notified about this request and will add the language manually." %}</p>
{% endif %}
{{ new_lang_form|crispy }}
<p class="help-block"><a href="{% url 'contact' %}?subject=New+language+request+for+{{ object }}">{% trans "Can not find your language in above list?" %}</a></p>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment