Skip to content

Commit

Permalink
Merge pull request #82 from DenysNosov/patch-3
Browse files Browse the repository at this point in the history
Название городов (арабские и азиатские названия)
  • Loading branch information
wapmorgan authored May 12, 2020
2 parents 0226f60 + fd97fad commit b05439a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Russian/GeographicalNamesInflection.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class GeographicalNamesInflection extends \morphos\BaseInflection implements Cas
protected static $delimiters = [
' ',
'-на-',
'-эль-',
'-де-',
'-сюр-',
'-ан-',
Expand All @@ -46,6 +47,12 @@ class GeographicalNamesInflection extends \morphos\BaseInflection implements Cas
'ханты',
'буда',
'рублёво',

'пунта',
'куала',
'рас',
'шарм',

'гран',
'гранд',
'вильфранш',
Expand All @@ -55,6 +62,7 @@ class GeographicalNamesInflection extends \morphos\BaseInflection implements Cas
'эс',
'сен',
'ла',

];

protected static $runawayVowelsExceptions = [
Expand Down

0 comments on commit b05439a

Please sign in to comment.