MediaWiki
REL1_23
|
00001 <?php 00015 $fallback = 'fr'; 00016 00017 // Remove French aliases 00018 $namespaceGenderAliases = array(); 00019 00020 $linkPrefixExtension = true; 00021 00022 # Same as the French (bug 8485) 00023 $separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' ); 00024