mirror of
https://github.com/retailcrm/NameCaseLib.git
synced 2024-12-05 03:16:06 +03:00
fix фамилии на -ок
This commit is contained in:
parent
a7ea2f57e0
commit
67946fbf95
@ -264,7 +264,7 @@ class NCLNameCaseRu extends NCLNameCaseCore
|
|||||||
if ($this->Last(1) == 'к')
|
if ($this->Last(1) == 'к')
|
||||||
{
|
{
|
||||||
//Если перед слово на ок, то нужно убрать о
|
//Если перед слово на ок, то нужно убрать о
|
||||||
if ($this->Last(2, 1) == 'о')
|
if ($this->Last(4)=='енок' || $this->Last(4)=='ёнок')//Поллок
|
||||||
{
|
{
|
||||||
$this->wordForms($this->workingWord, array('ка', 'ку', 'ка', 'ком', 'ке'), 2);
|
$this->wordForms($this->workingWord, array('ка', 'ку', 'ка', 'ком', 'ке'), 2);
|
||||||
$this->Rule(501);
|
$this->Rule(501);
|
||||||
|
Loading…
Reference in New Issue
Block a user