From 166ac91f7e5601bc55fb1f6bc1c4eb8bf5dad8e3 Mon Sep 17 00:00:00 2001 From: Mohamed Magdy Date: Thu, 24 Jul 2008 21:54:06 +0000 Subject: [PATCH] Set $wgTranslateNumerals to false by default. --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index ce40de6d63..36690a8fe0 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -833,7 +833,7 @@ $wgAmericanDates = false; * For Hindi and Arabic use local numerals instead of Western style (0-9) * numerals in interface. */ -$wgTranslateNumerals = true; +$wgTranslateNumerals = false; /** * Translation using MediaWiki: namespace. -- 2.20.1