Skip to content

Commit

Permalink
new version for plural rules
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Jul 24, 2020
1 parent 40c4ec8 commit b04eb16
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 19.6.3

- plural rules for ht and iw

### 19.6.2

- fix interpolation with option skipOnVariables when there are multiple placeholders [1490](https://github.com/i18next/i18next/issues/1490)
Expand Down
4 changes: 2 additions & 2 deletions i18next.js
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@
nr: [1, 2],
fc: 2
}, {
lngs: ['ay', 'bo', 'cgg', 'fa', 'id', 'ja', 'jbo', 'ka', 'kk', 'km', 'ko', 'ky', 'lo', 'ms', 'sah', 'su', 'th', 'tt', 'ug', 'vi', 'wo', 'zh'],
lngs: ['ay', 'bo', 'cgg', 'fa', 'ht', 'id', 'ja', 'jbo', 'ka', 'kk', 'km', 'ko', 'ky', 'lo', 'ms', 'sah', 'su', 'th', 'tt', 'ug', 'vi', 'wo', 'zh'],
nr: [1],
fc: 3
}, {
Expand Down Expand Up @@ -1179,7 +1179,7 @@
nr: [5, 1, 2, 3],
fc: 21
}, {
lngs: ['he'],
lngs: ['he', 'iw'],
nr: [1, 2, 20, 21],
fc: 22
}];
Expand Down
2 changes: 1 addition & 1 deletion i18next.min.js

Large diffs are not rendered by default.

0 comments on commit b04eb16

Please sign in to comment.