Skip to content

Commit

Permalink
#140 fix rules for 50, 60, 70, 80 and 800
Browse files Browse the repository at this point in the history
  • Loading branch information
wapmorgan committed Aug 6, 2023
1 parent 12d7550 commit 712a918
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Russian/OrdinalNumeralGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ class OrdinalNumeralGenerator extends NumeralGenerator implements Cases
20 => 'двадцатый',
30 => 'тридцатый',
40 => 'сороковой',
50 => 'пятьдесятый',
60 => 'шестьдесятый',
70 => 'семьдесятый',
80 => 'восемьдесятый',
50 => 'пятидесятый',
60 => 'шестидесятый',
70 => 'семидесятый',
80 => 'восьмидесятый',
90 => 'девяностый',
100 => 'сотый',
200 => 'двухсотый',
Expand All @@ -51,7 +51,7 @@ class OrdinalNumeralGenerator extends NumeralGenerator implements Cases
500 => 'пятисотый',
600 => 'шестисотый',
700 => 'семисотый',
800 => 'восемисотый',
800 => 'восьмисотый',
900 => 'девятисотый',
];

Expand Down

0 comments on commit 712a918

Please sign in to comment.