Skip to content

Commit

Permalink
fix: add exception for orel city (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
kglazkov authored and nodkz committed Apr 24, 2019
1 parent 2131b13 commit cca8e0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/rules/cityRules.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ const cityInflections: DeclensionCityRuleSetT = {
test: ['холм'],
mods: ['а', 'у', '', 'ом', 'е'],
},
{
test: ['орел', 'орёл'], // Орел, Орёл
mods: ['--ла', '--лу', '--ла', '--лом', '--ле'],
},
],
suffixes: [
{
Expand Down

0 comments on commit cca8e0e

Please sign in to comment.