mirror of
https://github.com/retailcrm/NameCaseLib.git
synced 2024-12-05 03:16:06 +03:00
[0.4] Русские женския на -иа не склоняются
This commit is contained in:
parent
a8b2fc8e70
commit
def834666e
@ -295,7 +295,7 @@ class NCLNameCaseRu extends NCLNameCaseCore
|
||||
*/
|
||||
protected function womanRule1()
|
||||
{
|
||||
if ($this->Last(1) == "а")
|
||||
if ($this->Last(1) == "а" and $this->Last(2, 1)!='и')
|
||||
{
|
||||
if (!$this->in($this->Last(2, 1), 'шхкг'))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user