Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
92cb1011
Commit
92cb1011
authored
Nov 29, 2012
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
4ec167b6
af9c0b30
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
docs/admin.rst
docs/admin.rst
+6
-0
weblate/html/project.html
weblate/html/project.html
+1
-1
weblate/html/subproject.html
weblate/html/subproject.html
+1
-1
weblate/html/translation.html
weblate/html/translation.html
+1
-1
No files found.
docs/admin.rst
View file @
92cb1011
...
...
@@ -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
...
...
weblate/html/project.html
View file @
92cb1011
...
...
@@ -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 %}
...
...
weblate/html/subproject.html
View file @
92cb1011
...
...
@@ -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 %}
...
...
weblate/html/translation.html
View file @
92cb1011
...
...
@@ -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 %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment