We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2c242 commit b51ad9eCopy full SHA for b51ad9e
locales/locales.php
@@ -1417,6 +1417,16 @@ public function __construct() {
1417
$me->nplurals = 3;
1418
$me->plural_expression = '(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)';
1419
1420
+ $mfe = new GP_Locale();
1421
+ $mfe->english_name = 'Mauritian Creole';
1422
+ $mfe->native_name = 'Kreol Morisien';
1423
+ $mfe->lang_code_iso_639_3 = 'mfe';
1424
+ $mfe->country_code = 'mu';
1425
+ $mfe->wp_locale = 'mfe';
1426
+ $mfe->slug = 'mfe';
1427
+ $mfe->nplurals = 1;
1428
+ $mfe->plural_expression = '0';
1429
+
1430
$mg = new GP_Locale();
1431
$mg->english_name = 'Malagasy';
1432
$mg->native_name = 'Malagasy';
0 commit comments