Add digit transformation function Language::formatNum() for Arabic and other
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 6 Mar 2004 03:03:14 +0000 (03:03 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 6 Mar 2004 03:03:14 +0000 (03:03 +0000)
commit4dac4d85c61f5163bfd703b6252e620f546e652f
treec455b009de32cc88d25241ec87906678c979a105
parentd48da59e311e2484d65305a3964675f38d83d7c7
Add digit transformation function Language::formatNum() for Arabic and other
languages which need to use localized (decimal) digits. Sample implementation
for Arabic.
12 files changed:
includes/GlobalFunctions.php
includes/Skin.php
includes/SpecialImagelist.php
includes/SpecialLongpages.php
includes/SpecialNewpages.php
includes/SpecialPopularpages.php
includes/SpecialRecentchanges.php
includes/SpecialShortpages.php
includes/SpecialStatistics.php
includes/SpecialWatchlist.php
languages/Language.php
languages/LanguageAr.php