Skip to content

Commit

Permalink
Merge pull request #47 from prgrant/master
Browse files Browse the repository at this point in the history
Add to $immutableParts in GeographicalNamesInflection.php
  • Loading branch information
wapmorgan authored Dec 27, 2018
2 parents 210f741 + 305f710 commit 8d4f1ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Russian/GeographicalNamesInflection.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ class GeographicalNamesInflection extends \morphos\BaseInflection implements Cas

protected static $immutableParts = [
'санкт',
'йошкар',
'улан',
];

protected static $runawayVowelsExceptions = [
Expand Down Expand Up @@ -436,4 +438,4 @@ public static function getCase($name, $case)
$forms = self::getCases($name);
return $forms[$case];
}
}
}

0 comments on commit 8d4f1ea

Please sign in to comment.