blob: 6e6d0dbf41f9e233ec006cfc103d7dc2bdb7d060 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?php
/** Picard (Picard)
*
* @file
* @ingroup Languages
*
* @author Geoleplubo
* @author Hercule
*/
$fallback = 'fr';
// Remove French aliases
$namespaceGenderAliases = [];
|