Skip to content

Commit

Permalink
Add 'пенни' to immutables
Browse files Browse the repository at this point in the history
  • Loading branch information
wapmorgan committed Feb 4, 2017
1 parent 2edf1d8 commit fbf8bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Russian/GeneralDeclension.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class GeneralDeclension extends \morphos\GeneralDeclension implements Cases {

static protected $immutableWords = array(
'евро',
'пенни',
);

public function hasForms($word, $animateness = false) {
Expand Down
1 change: 1 addition & 0 deletions src/Russian/Plurality.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Plurality extends \morphos\Plurality implements Cases {

static protected $immutableWords = array(
'евро',
'пенни',
);

static public function pluralize($word, $count, $animateness = false) {
Expand Down

0 comments on commit fbf8bcb

Please sign in to comment.