mirror of
https://github.com/retailcrm/NameCaseLib.git
synced 2024-12-05 03:16:06 +03:00
fix namecase Исключение для Берил Кук, которая женщина
This commit is contained in:
parent
f6f81155a9
commit
295c025b1b
@ -648,6 +648,12 @@ class NCLNameCaseRu extends NCLNameCaseCore
|
||||
$woman += 10;
|
||||
}
|
||||
|
||||
//Исключение для Берил Кук, которая женщина
|
||||
if ($this->inNames($this->workingWord, array('Берил')))
|
||||
{
|
||||
$woman += 0.05;
|
||||
}
|
||||
|
||||
$word->setGender($man, $woman);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user