Skip to content

Commit bd031a1

Browse files
committed
Update codes of languages with missing data
1 parent d48a82c commit bd031a1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/CldrData.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,15 +301,11 @@ private static function getData($key)
301301
}
302302
// Fix the languages for which we have plurals
303303
$formerCodes = array(
304-
'in' => 'id', // former Indonesian
305-
'iw' => 'he', // former Hebrew
306-
'ji' => 'yi', // former Yiddish
307304
'jw' => 'jv', // former Javanese
308305
'mo' => 'ro_MD', // former Moldavian
309306
);
310307
$knownMissingLanguages = array(
311308
'guw' => 'Gun',
312-
'hnj' => 'Mong Njua',
313309
'nah' => 'Nahuatl',
314310
'smi' => 'Sami',
315311
);

0 commit comments

Comments
 (0)