Jump to content

手册:Digit2html.php

From mediawiki.org
This page is a translated version of the page Manual:Digit2html.php and the translation is 38% complete.
MediaWiki版本:
1.11

细节

digit2html.php文件是用于检查数字转换的维护脚本

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
在MediaWiki MediaWiki 1.39 及更早版本中,您必须通过php maintenance/脚本名称.php调用维护脚本,而不是php maintenance/run.php 脚本名称

See also