Skip to content

Commit

Permalink
petrovich-rules: fix declination for male last-names with 'сец'-ends …
Browse files Browse the repository at this point in the history
…('Белорусец' issue #46) (#51)
  • Loading branch information
sszuev authored Dec 8, 2020
1 parent 744e70e commit 86e472d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@
"gender": "male",
"test": [
"вец",
"сец",
"убец",
"ырец"
],
Expand Down
4 changes: 2 additions & 2 deletions rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ lastname:
test: [опец]
mods: [--ца, --цу, --ца, --цем, --це]

# Ахтырец, Быховец, Губец, Гришковец, Кравец, Сосковец
# Ахтырец, Быховец, Губец, Гришковец, Кравец, Сосковец, Белорусец
- gender: male
test: [вец, убец, ырец]
test: [вец, сец, убец, ырец]
mods: [--ца, --цу, --ца, --цом, --це]

# Лившиц, Концевич, Гармаш, Хрущ
Expand Down

0 comments on commit 86e472d

Please sign in to comment.