wiki.techinc.nl/tests/phpunit/languages
C. Scott Ananian 73c29dbe23 language: Honor $wgTranslateNumerals, even if PHP does digit translation
The PHP NumberFormatter class usually does digit translation itself,
which can be a problem if a wiki has explicitly elected *not* to
localize numerals.  Use the 'C' locale to bypass this feature of PHP
NumberFormatter in the case where a wiki has explicitly set
$wgTranslateNumerals to false.

Bug: T267614
Change-Id: I7a21577a7dfb5274a125515068da9e3418f8a472
2020-11-10 13:29:58 -05:00
..
classes Update formatNum implementation to match tr35 and latest CLDR 2020-10-21 10:08:04 -04:00
converters MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
LanguageClassesTestCase.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
LanguageConverterFactoryTest.php Remove unneeded ::setUp and ::tearDown methods that only call parent 2020-06-07 10:09:32 +00:00
LanguageConverterIntegrationTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
LanguageConverterTest.php Introduce UserOptionsManager and DefaultOptionsManager 2020-04-28 15:42:43 -07:00
LanguageConverterTestTrait.php languages: Move Converter and tests to respective files 2020-02-03 15:31:08 +02:00
LanguageFallbackStaticMethodsTest.php Fix languages/ PSR12.Properties.ConstantVisibility.NotFound 2020-05-16 21:49:02 +01:00
LanguageIntegrationTest.php language: Honor $wgTranslateNumerals, even if PHP does digit translation 2020-11-10 13:29:58 -05:00