X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fcollation%2FIcuCollation.php;h=8fea3ecb1e408f9008a796bfaf14fd7e0284a46a;hp=ad94d4746d6a164b270c259b6b21edfac22175c9;hb=f44c1ff158f9f8bb4ec5b7e7a375c90f6817f384;hpb=0245bce0171c8e6466724bbfffbd97297bcbce35 diff --git a/includes/collation/IcuCollation.php b/includes/collation/IcuCollation.php index ad94d4746d..8fea3ecb1e 100644 --- a/includes/collation/IcuCollation.php +++ b/includes/collation/IcuCollation.php @@ -75,8 +75,8 @@ class IcuCollation extends Collation { * letters (denoted by keys starting with '-'). * * These are additions to (or subtractions from) the data stored in the - * first-letters-root.php data file (which among others includes full basic latin, - * cyrillic and greek alphabets). + * first-letters-root.php data file (which among others includes full basic Latin, + * Cyrillic and Greek alphabets). * * "Separate letter" is a letter that would have a separate heading/section * for it in a dictionary or a phone book in this language. This data isn't @@ -560,6 +560,8 @@ class IcuCollation extends Collation { $versionPrefix = substr( $icuVersion, 0, 3 ); // Source: http://site.icu-project.org/download $map = [ + '63.' => '11.0', + '62.' => '11.0', '61.' => '10.0', '60.' => '10.0', '59.' => '9.0',