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
398c063b
Commit
398c063b
authored
Jan 21, 2016
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
List count of untranslated strings in notification mail
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
37f608a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
weblate/html/mail/footer.html
weblate/html/mail/footer.html
+1
-1
weblate/html/mail/footer.txt
weblate/html/mail/footer.txt
+1
-0
No files found.
weblate/html/mail/footer.html
View file @
398c063b
...
...
@@ -10,7 +10,7 @@
<td>
{% trans "Translated strings:" %}
</th><td>
{{ translation.translated }} ({{ translation.get_translated_percent }}%)
</td>
</tr>
<tr>
<td>
{% trans "Untranslated strings:" %}
</th><td>
{{ translation.translated }} ({{ translation.get_untranslated_percent }}%)
</td>
<td>
{% trans "Untranslated strings:" %}
</th><td>
{{ translation.
un
translated }} ({{ translation.get_untranslated_percent }}%)
</td>
</tr>
<tr>
<td>
{% trans "Fuzzy strings:" %}
</th><td>
{{ translation.fuzzy }} ({{ translation.get_fuzzy_percent }}%)
</td>
...
...
weblate/html/mail/footer.txt
View file @
398c063b
...
...
@@ -2,6 +2,7 @@
{% trans "Total strings:" %} {{ translation.total }}
{% trans "Translated strings:" %} {{ translation.translated }} ({{ translation.get_translated_percent }}%)
{% trans "Untranslated strings:" %} {{ translation.untranslated }} ({{ translation.get_untranslated_percent }}%)
{% trans "Fuzzy strings:" %} {{ translation.fuzzy }} ({{ translation.get_fuzzy_percent }}%)
{% blocktrans %}You can translate at {{ translation_url }}{% endblocktrans %}
...
...
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