feature Исключения для склонений +Сёра не склоняется

Task-Url: https://trello.com/c/GQsARxyE
This commit is contained in:
RA 2015-12-08 15:45:57 +02:00
parent 24eddc3001
commit 4bc2eaf29f

View File

@ -182,7 +182,7 @@ class NCLNameCaseRu extends NCLNameCaseCore
{ {
if ($this->Last(1) == "а") if ($this->Last(1) == "а")
{ {
if ($this->inNames($this->workingWord, array('фра', 'Дега', 'Андреа'))) if ($this->inNames($this->workingWord, array('фра', 'Дега', 'Андреа', 'Сёра', 'Сера')))
{ {
$this->Rule(301); $this->Rule(301);
$this->makeResultTheSame(); $this->makeResultTheSame();