Copy -tio meta namespace talk fix from 1.4
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 5 Jul 2005 07:24:21 +0000 (07:24 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 5 Jul 2005 07:24:21 +0000 (07:24 +0000)
languages/LanguageLa.php

index d3bf334..c858933 100644 (file)
@@ -246,8 +246,8 @@ class LanguageLa extends LanguageUtf8 {
                switch ( $case ) {
                case 'genitive':
                        // 1st and 2nd declension singular only.
-                       $in  = array( '/a$/', '/u[ms]$/' );
-                       $out = array( 'ae',   'i'        );
+                       $in  = array( '/a$/', '/u[ms]$/', '/tio$/' );
+                       $out = array( 'ae',   'i',        'tionis' );
                        return preg_replace( $in, $out, $word );
                default:
                        return $word;