Skip to content

Commit

Permalink
fix: Update cityRules.ts exceptions list (#69)
Browse files Browse the repository at this point in the history
Added a new city ("Бор") to the list of exceptions
  • Loading branch information
sanchexas committed Mar 5, 2024
1 parent 9456256 commit 2310647
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/rules/cityRules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ const cityInflections: DeclensionCityRuleSetT = {
test: ['крым'],
mods: ['-ма', '-му', '-ма', '-ом', '-му'],
},
{
test: ['бор'],
mods: ['а', 'у', '', 'ом', 'у'],
},
],
suffixes: [
{
Expand Down

0 comments on commit 2310647

Please sign in to comment.