mirror of
https://github.com/retailcrm/NameCaseLib.git
synced 2024-12-04 19:06:06 +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->Last(1) == "а")
|
||||||
{
|
{
|
||||||
if ($this->inNames($this->workingWord, array('фра', 'Дега', 'Андреа')))
|
if ($this->inNames($this->workingWord, array('фра', 'Дега', 'Андреа', 'Сёра', 'Сера')))
|
||||||
{
|
{
|
||||||
$this->Rule(301);
|
$this->Rule(301);
|
||||||
$this->makeResultTheSame();
|
$this->makeResultTheSame();
|
||||||
|
Loading…
Reference in New Issue
Block a user