From 85d3fe506fcc1353064027d347b4d28cc01bc756 Mon Sep 17 00:00:00 2001 From: Andriy Chaika Date: Sun, 10 Jul 2011 17:17:13 +0300 Subject: [PATCH] =?UTF-8?q?[0.4]=20/RU11071017/=20/UA11071016/=20=D0=9E?= =?UTF-8?q?=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=B8=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/NCL.NameCase.ru.php | 4 ++-- Library/NCL.NameCase.ua.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Library/NCL.NameCase.ru.php b/Library/NCL.NameCase.ru.php index c049fed..db1f81e 100644 --- a/Library/NCL.NameCase.ru.php +++ b/Library/NCL.NameCase.ru.php @@ -26,7 +26,7 @@ class NCLNameCaseRu extends NCLNameCaseCore * Версия языкового файла * @var string */ - protected $languageBuild = '11071015'; + protected $languageBuild = '11071017'; /** * Количество падежей в языке @@ -532,7 +532,7 @@ class NCLNameCaseRu extends NCLNameCaseCore $woman+=0.15; } - if ($this->in($this->Last(3), array('лия', 'ния', 'сия', 'дра', 'лла', 'кла'))) + if ($this->in($this->Last(3), array('лия', 'ния', 'сия', 'дра', 'лла', 'кла', 'опа'))) { $woman+=0.5; } diff --git a/Library/NCL.NameCase.ua.php b/Library/NCL.NameCase.ua.php index 8eb5c65..6f729e6 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 = '11071011'; + protected $languageBuild = '11071016'; /** * Количество падежей в языке @@ -610,7 +610,7 @@ class NCLNameCaseUa extends NCLNameCaseCore $man+=0.9; } - if ($this->inNames($this->workingWord, 'Петро')) + if ($this->inNames($this->workingWord, array('Петро', 'Микола'))) { $man+=30; }