* Completely rewriting and reformatting the code of the localisation statistics utili...
authorRotem Liss <rotem@users.mediawiki.org>
Sun, 6 Aug 2006 14:06:57 +0000 (14:06 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Sun, 6 Aug 2006 14:06:57 +0000 (14:06 +0000)
commitb37b4783fd5598c7c7948e3a9a75c5217f34cb1e
tree4a5274b7ba02d22a03e65a5ac649bbc8b6ad01fc
parent91006d5acb030cd3b35730c710452efd1aefe029
* Completely rewriting and reformatting the code of the localisation statistics utility: removing several unuseful features (viewing the obsolete messages which is already exist in checkLanguage.php, and no output which is not useful without that feature), using the languages object, replacing the Untranslated column by the Possibly untranslated (duplicate) column (written by Niklas Laxström), ignoring the ignored messages, ignoring English and (temporarily) enRTL languages, echoing directly without using a buffer, merging some changes by Niklas Laxström.
* Introducing the concept of translatable messages to the languages object, and using it instead of the English messages.
* Adding ignored messages to the obsolete messages list.
* Removing the message "metadata-fields" from the ignored messages list, as it contains help in the local language.
* Fixing a whitespace in zh-yue messages file.
languages/MessagesZh_yue.php
maintenance/checkLanguage.php
maintenance/languages.inc
maintenance/transstat.php