Page MenuHomePhabricator

maintenance/checktrans.php doesn't check database messages
Closed, DeclinedPublic

Description

Author: evan

Description:


Version: 1.3.x
Severity: minor
OS: Linux
Platform: PC

Details

Reference
bz681

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 7:00 PM
bzimport set Reference to bz681.
bzimport added a subscriber: Unknown Object (MLST).

evan wrote:

The translation check tool just checks the LanguageXX.php file. It should
probably check the database messages, too, if $wgUseDatabaseMessages is set, to
see if any messages have been translated internally.

I'm pretty sure the purpose of the script is to check the translation _files_ specifically. It probably shouldn't even
require having a wiki configured in the source tree.