From: Brion Vibber Date: Tue, 5 Jul 2005 07:24:21 +0000 (+0000) Subject: Copy -tio meta namespace talk fix from 1.4 X-Git-Tag: 1.5.0beta2~2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=8bb1fae4a11537ae05360a7a94ede8f2b4c4846a;p=lhc%2Fweb%2Fwiklou.git Copy -tio meta namespace talk fix from 1.4 --- diff --git a/languages/LanguageLa.php b/languages/LanguageLa.php index d3bf334663..c858933047 100644 --- a/languages/LanguageLa.php +++ b/languages/LanguageLa.php @@ -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;