aboutsummaryrefslogtreecommitdiffstats
path: root/langs/report.php
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2014-10-08 21:11:39 +0200
committerfilip <filip.komar@gmail.com>2014-10-08 21:11:39 +0200
commit84ed50cae8cfe1a6038e102bf5b3780118328975 (patch)
treea0b6e8f4edc3c65df332a4e189d639f8cf7e68cc /langs/report.php
parent3c2c22c6530603218a73e12287cc3c86de5f001d (diff)
downloadwww-84ed50cae8cfe1a6038e102bf5b3780118328975.tar
www-84ed50cae8cfe1a6038e102bf5b3780118328975.tar.gz
www-84ed50cae8cfe1a6038e102bf5b3780118328975.tar.bz2
www-84ed50cae8cfe1a6038e102bf5b3780118328975.tar.xz
www-84ed50cae8cfe1a6038e102bf5b3780118328975.zip
added number of untranslated strings to l10n report
Diffstat (limited to 'langs/report.php')
-rw-r--r--langs/report.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/langs/report.php b/langs/report.php
index c0a3d1f40..90d7a8f8f 100644
--- a/langs/report.php
+++ b/langs/report.php
@@ -345,6 +345,7 @@
foreach ($display_array as $one_member) {
$translation_status = 'translated: ' . $one_member['num_of_translated_strings'];
$translation_status .= ', fuzzy or missing: ' . $one_member['num_of_fuzzy_or_missing_strings'];
+ $translation_status .= ', untranslated: ' . $one_member['num_of_untranslated_strings'];
if ($one_language_all_resources) {
$first_clmn = $one_member['resource_filename'];
$link_one = '<a href="?r=' . $first_clmn . '" title="%s">';