'default', 2 => 'dmy', 4 => 'walloon short', ]; $defaultDateFormat = 'dmy'; $dateFormats = [ # See LanguageWa.php for specification for the 'dmy' format 'walloon short time' => 'H:i', 'walloon short date' => 'd/m/Y', 'walloon short both' => 'd/m/Y "a" H:i', ]; $namespaceNames = [ NS_MEDIA => 'Media', NS_SPECIAL => 'Sipeciås', NS_TALK => 'Copene', NS_USER => 'Uzeu', NS_USER_TALK => 'Uzeu_copene', NS_PROJECT_TALK => '$1_copene', NS_FILE => 'Imådje', NS_FILE_TALK => 'Imådje_copene', NS_MEDIAWIKI => 'MediaWiki', NS_MEDIAWIKI_TALK => 'MediaWiki_copene', NS_TEMPLATE => 'Modele', NS_TEMPLATE_TALK => 'Modele_copene', NS_HELP => 'Aidance', NS_HELP_TALK => 'Aidance_copene', NS_CATEGORY => 'Categoreye', NS_CATEGORY_TALK => 'Categoreye_copene', ]; // Remove French aliases $namespaceGenderAliases = []; /** @phpcs-require-sorted-array */ $specialPageAliases = [ 'Allpages' => [ 'Totes_les_pådjes' ], 'Block' => [ 'Bloker', 'Blocaedje' ], 'Categories' => [ 'Categoreyes' ], 'Listusers' => [ 'Djivêye_des_uzeus' ], 'Log' => [ 'Djournå', 'Djournås' ], 'Preferences' => [ 'Preferinces' ], 'Prefixindex' => [ 'Indecse_pa_betchete' ], 'Search' => [ 'Cweri' ], 'Specialpages' => [ 'Pådjes_sipeciåles' ], 'Statistics' => [ 'Sitatistikes' ], 'Undelete' => [ 'Rapexhî' ], 'Upload' => [ 'Eberweter', 'Eberwetaedje' ], 'Userlogin' => [ 'Elodjaedje' ], 'Userlogout' => [ 'Dislodjaedje' ], 'Version' => [ 'Modêye' ], 'Watchlist' => [ 'Pådjes_shuvowes' ], ]; # definixha del cogne po les limeros # (number format definition) # en: 12,345.67 -> wa: 12 345,67 $separatorTransformTable = [ ',' => "\u{00A0}", '.' => ',' ]; # $linkTrail = '/^([a-zåâêîôûçéèA-ZÅÂÊÎÔÛÇÉÈ]+)(.*)$/sDu'; $linkTrail = '/^([a-zåâêîôûçéè]+)(.*)$/sDu';