Skip to content

Commit

Permalink
add plurals for iw, fixes #1494
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Jul 24, 2020
1 parent 88460a8 commit 40c4ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PluralResolver.js
Expand Up @@ -35,7 +35,7 @@ let sets = [
{ lngs: ['or'], nr: [2,1], fc: 2 },
{ lngs: ['ro'], nr: [1,2,20], fc: 20 },
{ lngs: ['sl'], nr: [5,1,2,3], fc: 21 },
{ lngs: ['he'], nr: [1,2,20,21], fc: 22 }
{ lngs: ['he','iw'], nr: [1,2,20,21], fc: 22 }
]

let _rulesPluralsTypes = {
Expand Down

0 comments on commit 40c4ec8

Please sign in to comment.