mirror of
https://github.com/retailcrm/NameCaseLib.git
synced 2024-12-04 10:56:05 +03:00
feature Исключения для склонений +Сёра не склоняется
Task-Url: https://trello.com/c/GQsARxyE
This commit is contained in:
parent
24eddc3001
commit
4bc2eaf29f
@ -182,7 +182,7 @@ class NCLNameCaseRu extends NCLNameCaseCore
|
||||
{
|
||||
if ($this->Last(1) == "а")
|
||||
{
|
||||
if ($this->inNames($this->workingWord, array('фра', 'Дега', 'Андреа')))
|
||||
if ($this->inNames($this->workingWord, array('фра', 'Дега', 'Андреа', 'Сёра', 'Сера')))
|
||||
{
|
||||
$this->Rule(301);
|
||||
$this->makeResultTheSame();
|
||||
|
Loading…
Reference in New Issue
Block a user