Manual:Digit2html.php

MediaWiki version:
1.11
Category:MediaWiki code#Digit2html.php

Details

digit2html.php file is a maintenance script to check digit transformation.

For Hindi, Arabic, and other languages with their own numeral systems, MediaWiki uses local numerals instead of Western-style (0-9) numerals in some areas of the interface, as configured by the $digitTransformTable mapping array in the system messages file. This script checks this digit transformation.

Options/Arguments

This script does not take any options or arguments.

Usage

php maintenance/run.php language/digit2html
Terminal
In MediaWiki version 1.39.12 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also

Category:Maintenance scripts#digit2html.php Category:Language maintenance scripts
Category:Language maintenance scripts Category:Maintenance scripts Category:MediaWiki code