Merge pull request #3 from seagullua/v0.4

[0.4] Русские женския на -иа не склоняются
This commit is contained in:
Андрей Чайка 2011-07-09 12:49:17 -07:00
commit 00589983b6

View File

@ -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), 'шхкг'))
{