let i18nextBrowserLanguageDetector detect the lang
This commit is contained in:
40
node_modules/i18next-browser-languagedetector/CHANGELOG.md
generated
vendored
Normal file
40
node_modules/i18next-browser-languagedetector/CHANGELOG.md
generated
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
### v3.0.1
|
||||
|
||||
- typescript: fix types [165](https://github.com/i18next/i18next-browser-languageDetector/pull/165)
|
||||
|
||||
### v3.0.0
|
||||
|
||||
- typescript: add types [164](https://github.com/i18next/i18next-browser-languageDetector/pull/164)
|
||||
|
||||
### v2.2.4
|
||||
|
||||
- fix [157](https://github.com/i18next/i18next-browser-languageDetector/issues/157)
|
||||
|
||||
### v2.2.3
|
||||
|
||||
- fix [159](https://github.com/i18next/i18next-browser-languageDetector/pull/159)
|
||||
|
||||
### v2.2.2
|
||||
|
||||
- Lang by path: skip if language not found [159](https://github.com/i18next/i18next-browser-languageDetector/pull/159)
|
||||
|
||||
### v2.2.1
|
||||
|
||||
- fixes option validation in path lookup [158](https://github.com/i18next/i18next-browser-languageDetector/issues/158)
|
||||
- fixes lookup from href for subdomain [157](https://github.com/i18next/i18next-browser-languageDetector/issues/157)
|
||||
|
||||
### v2.2.0
|
||||
|
||||
- add detector for path and subdomain [PR153](https://github.com/i18next/i18next-browser-languageDetector/pull/153) and [PR152](https://github.com/i18next/i18next-browser-languageDetector/pull/152)
|
||||
|
||||
### v2.1.1
|
||||
|
||||
- support for fallback language in form of object [151](https://github.com/i18next/i18next-browser-languageDetector/issues/151)
|
||||
|
||||
### v2.1.0
|
||||
|
||||
- add .js for browser import implementation [PR147](https://github.com/i18next/i18next-browser-languageDetector/pull/147)
|
||||
|
||||
### v2.0.0
|
||||
|
||||
- [BREAKING] options.excludeCacheFor (array of language codes; default ['cimode']): if a language maps a value in that list the language will not be written to cache (eg. localStorage, cookie). If you use lng cimode in your tests and require it to be cached set the option to false or empty array
|
Reference in New Issue
Block a user