Commit 92cb1011 authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents 4ec167b6 af9c0b30
......@@ -34,6 +34,9 @@ project (unless disabled in subproject configuration).
The project has only few attributes giving translators information about
project.
Commit message
++++++++++++++
The commit message on each commit Weblate does, it can use following format
strings in the message:
......@@ -56,6 +59,9 @@ strings in the message:
``%(translated_percent)s``
Translated strings percent
Adjusting interaction
+++++++++++++++++++++
There are also additional features which you can control, like automatic
pushing of changes (see also :ref:`push-changes`), merge or rebase
(see :ref:`merge-rebase`), git committer name or
......
......@@ -37,8 +37,8 @@
<div class="tabs" id="project-tabs">
<ul>
<li><a href="#dicts">{% trans "Glossaries" %}</a></li>
<li><a href="#changes">{% trans "Recent changes" %}</a></li>
<li><a href="#dicts">{% trans "Glossaries" %}</a></li>
{% if perms.trans.commit_translation or perms.trans.update_translation %}
<li><a href="{% url 'weblate.trans.views.git_status_project' project=object.slug %}">{% trans "Git maintenance" %}</a></li>
{% endif %}
......
......@@ -27,8 +27,8 @@
<div class="tabs" id="subproject-tabs">
<ul>
<li><a href="#new-lang">{% trans "New language" %}</a></li>
<li><a href="#changes">{% trans "Recent changes" %}</a></li>
<li><a href="#new-lang">{% trans "New language" %}</a></li>
{% if perms.trans.commit_translation or perms.trans.update_translation %}
<li><a href="{% url 'weblate.trans.views.git_status_subproject' project=object.project.slug subproject=object.slug %}">{% trans "Git maintenance" %}</a></li>
{% endif %}
......
......@@ -31,9 +31,9 @@
<div class="tabs" id="translation-tabs">
<ul>
<li><a href="#changes">{% trans "Recent changes" %}</a></li>
<li><a href="#search">{% trans "Search" %}</a></li>
<li><a href="#files">{% trans "Files" %}</a></li>
<li><a href="#changes">{% trans "Recent changes" %}</a></li>
{% if autoform %}
<li><a href="#auto">{% trans "Automatic translation" %}</a></li>
{% endif %}
......
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