From 635820ae501d9aaae6ea1da20a0026f1481c0de1 Mon Sep 17 00:00:00 2001 From: Andriy Chaika Date: Sun, 10 Jul 2011 17:20:21 +0300 Subject: [PATCH] =?UTF-8?q?[0.4]=20/UA11071017/=20=D0=9E=D0=B1=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/NCL.NameCase.ua.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/NCL.NameCase.ua.php b/Library/NCL.NameCase.ua.php index 6f729e6..4aa5da7 100644 --- a/Library/NCL.NameCase.ua.php +++ b/Library/NCL.NameCase.ua.php @@ -26,7 +26,7 @@ class NCLNameCaseUa extends NCLNameCaseCore * Версия языкового файла * @var string */ - protected $languageBuild = '11071016'; + protected $languageBuild = '11071017'; /** * Количество падежей в языке @@ -620,7 +620,7 @@ class NCLNameCaseUa extends NCLNameCaseCore $man+=0.5; } - if ($this->in($this->Last(3), array('бов', 'нка', 'яра', 'ила'))) + if ($this->in($this->Last(3), array('бов', 'нка', 'яра', 'ила', 'опа'))) { $woman+=0.5; }