[geany/www.geany.org] 1b6128: Add the total of translatable strings to the I18N stats table header
Enrico Tröger
git-noreply at xxxxx
Sat Sep 21 13:12:32 UTC 2019
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Sat, 21 Sep 2019 13:12:32 UTC
Commit: 1b612833f53fc6d5b985b4f13c4ec836c8ed5287
https://github.com/geany/www.geany.org/commit/1b612833f53fc6d5b985b4f13c4ec836c8ed5287
Log Message:
-----------
Add the total of translatable strings to the I18N stats table header
Modified Paths:
--------------
static_docs/templates/pages/i18n.html
Modified: static_docs/templates/pages/i18n.html
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -15,7 +15,7 @@ <h2>Geany translation statistics</h2>
<thead>
<tr>
<th class="col-md-4">Language</th>
- <th class="col-md-1 success">Translated</th>
+ <th class="col-md-1 success">Translated ({{ i18n_statistics.total_statistics.untranslated }} total)</th>
<th class="col-md-1 warning">Fuzzy</th>
<th class="col-md-1 danger">Untranslated</th>
<th class="col-md-3 hidden-xs"></th>
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list