Manual:Digit2html.php/de

MediaWiki Version:
1.11
Category:MediaWiki code/de#Digit2html.php

Details

Die digit2html.php-Datei ist ein Wartungsskript zur Überprüfung der Zifferntransformation.

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.

Optionen/Argumente

Dieses Skript akzeptiert keine Optionen oder Argumente.

Verwendung

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

Siehe auch

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