From: Amir E. Aharoni Date: Sat, 26 Sep 2015 15:35:14 +0000 (+0300) Subject: Make the comment in the beginning of LanguageFi.php shorter X-Git-Tag: 1.31.0-rc.0~9738^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=b92ffeab3cd44c9f810b93bc93f8d36ff88afb45;p=lhc%2Fweb%2Fwiklou.git Make the comment in the beginning of LanguageFi.php shorter It also makes it less confusing. This case was similar to Niklas's comment at https://gerrit.wikimedia.org/r/#/c/172501/10/languages/classes/LanguageRu.php Change-Id: Id6b6cd5e7985ee3742894c268b32252cf231f32b --- diff --git a/languages/classes/LanguageFi.php b/languages/classes/LanguageFi.php index a96b0a9e1d..bf0925243b 100644 --- a/languages/classes/LanguageFi.php +++ b/languages/classes/LanguageFi.php @@ -42,8 +42,8 @@ class LanguageFi extends Language { return $wgGrammarForms['fi'][$case][$word]; } - # These rules are not perfect, but they are currently only used for site names so it doesn't - # matter if they are wrong sometimes. Just add a special case for your site name if necessary. + # These rules don't cover the whole language. + # They are used only for site names. # wovel harmony flag $aou = preg_match( '/[aou][^äöy]*$/i', $word );