X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcollation%2FCollation.php;h=d009168d5e8065fe92a709b8e3f5c74c4d173bb9;hb=5120937028f768749d058aa91dde82a96de0af1c;hp=d67bc7eecdcecb81ae85aa9a7ef713abbf6e28ad;hpb=cf35ff756c89ca6d6e003b440076df5ebe7ccef7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/collation/Collation.php b/includes/collation/Collation.php index d67bc7eecd..d009168d5e 100644 --- a/includes/collation/Collation.php +++ b/includes/collation/Collation.php @@ -65,6 +65,8 @@ abstract class Collation { return new CollationEt; case 'xx-uca-fa': return new CollationFa; + case 'uppercase-ba': + return new BashkirUppercaseCollation; default: $match = []; if ( preg_match( '/^uca-([A-Za-z@=-]+)$/', $collationName, $match ) ) {