update to state of the art

This commit is contained in:
s2
2020-10-10 15:18:01 +02:00
parent cf251a170f
commit 4cdcfd167c
1526 changed files with 48132 additions and 7268 deletions

21
node_modules/i18next/CHANGELOG.md generated vendored
View File

@@ -1,3 +1,24 @@
### 19.8.2
- allow nesting recursively with context (could theoretically generate infinite loop, prevented in [1480](https://github.com/i18next/i18next/pull/1480))
### 19.8.1
- fix "no languageDetector is used" log statement
- do not log "initialized" on cloned instances
### 19.8.0
- allow fallbackLng as function [1508](https://github.com/i18next/i18next/pull/1508)
### 19.7.0
- resource manipulation functions are now chainable
### 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)