Add CollationFa
[lhc/web/wiklou.git] / includes / collation / Collation.php
index fe254af..0e0ee2f 100644 (file)
@@ -59,6 +59,8 @@ abstract class Collation {
                                return new CollationCkb;
                        case 'xx-uca-et':
                                return new CollationEt;
+                       case 'xx-uca-fa':
+                               return new CollationFa;
                        default:
                                $match = [];
                                if ( preg_match( '/^uca-([a-z@=-]+)$/', $collationName, $match ) ) {