From 498a8e85f358a26617b7758f6cdcb950d52b7405 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 18 Dec 2008 14:44:12 +0000 Subject: - added localization stats table git-svn-id: https://svn.roundcube.net/trunk@2173 208e9e7b-5314-0410-a742-e7e81cd9613c --- translator/index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'translator/index.php') diff --git a/translator/index.php b/translator/index.php index 807159e30..54253f8c1 100644 --- a/translator/index.php +++ b/translator/index.php @@ -115,6 +115,9 @@ if (isset($_POST["save"]) && $file && $lang) echo '

'; echo "\n"; } +else + + echo '
'.localization_stats().'
'; ?> -- cgit v1.2.3