Manual:Digit2html.php/pl

Wersja MediaWiki:
1.11
Category:MediaWiki code/pl#Digit2html.php

Szczegóły

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.

Zobacz też

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