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
cffc948b
Commit
cffc948b
authored
Oct 11, 2013
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prefetch translations just once
parent
a230447d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
trans/views/basic.py
trans/views/basic.py
+2
-0
weblate/html/subproject.html
weblate/html/subproject.html
+0
-2
No files found.
trans/views/basic.py
View file @
cffc948b
...
...
@@ -240,6 +240,8 @@ def show_subproject(request, project, subproject):
return
render_to_response
(
'subproject.html'
,
RequestContext
(
request
,
{
'object'
:
obj
,
'translations'
:
obj
.
translation_set
.
enabled
(),
'show_language'
:
1
,
'last_changes'
:
last_changes
,
'last_changes_rss'
:
reverse
(
'rss-subproject'
,
...
...
weblate/html/subproject.html
View file @
cffc948b
...
...
@@ -18,9 +18,7 @@
<h2>
{% trans "Translations" %}
</h2>
{% with object.translation_set.enabled as translations and 1 as show_language %}
{% include "list-translations.html" %}
{% endwith %}
{% url 'contact' as contact_url %}
...
...
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