X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fcollation%2FIcuCollation.php;h=8fea3ecb1e408f9008a796bfaf14fd7e0284a46a;hp=7d9f168fb910761a96308e16a49c0b30c4faf3ab;hb=f44c1ff158f9f8bb4ec5b7e7a375c90f6817f384;hpb=9171317645de4d31c61c570a9e4fa765e09ecc4d diff --git a/includes/collation/IcuCollation.php b/includes/collation/IcuCollation.php index 7d9f168fb9..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 @@ -124,7 +124,7 @@ class IcuCollation extends Collation { 'en' => [], 'eo' => [ "Ĉ", "Ĝ", "Ĥ", "Ĵ", "Ŝ", "Ŭ" ], 'es' => [ "Ñ" ], - 'et' => [ "Š", "Ž", "Õ", "Ä", "Ö", "Ü", "W" ], // added W for CollationEt (xx-uca-et) + 'et' => [ "Š", "Ž", "Õ", "Ä", "Ö", "Ü" ], 'eu' => [ "Ñ" ], // not in libicu 'fa' => [ // RTL, let's put each letter on a new line @@ -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',