Skip to content

Commit b51ad9e

Browse files
committed
Add Mauritian Creole locale information
1 parent 8c2c242 commit b51ad9e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: locales/locales.php

+10
Original file line numberDiff line numberDiff line change
@@ -1417,6 +1417,16 @@ public function __construct() {
14171417
$me->nplurals = 3;
14181418
$me->plural_expression = '(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)';
14191419

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+
14201430
$mg = new GP_Locale();
14211431
$mg->english_name = 'Malagasy';
14221432
$mg->native_name = 'Malagasy';

0 commit comments

Comments
 (0)