mirror of
https://github.com/retailcrm/NameCaseLib.git
synced 2025-04-03 21:23:31 +03:00
[0.4] Русские женския на -иа не склоняются
This commit is contained in:
parent
a8b2fc8e70
commit
def834666e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue