load remote translations

This commit is contained in:
s2
2019-04-16 09:02:57 +02:00
parent f90d862786
commit f4fb72f363
22 changed files with 727 additions and 27 deletions

53
node_modules/i18next-xhr-backend/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,53 @@
### 2.0.1
- typescript: fix types [298](https://github.com/i18next/i18next-xhr-backend/pull/298)
### 2.0.0
- typescript: add types
### 1.5.1
- fixes add path to use `/locales/...`
### 1.5.0
- add .js for browser import implementation [PR268](https://github.com/i18next/i18next-xhr-backend/pull/268)
### 1.4.3
- Fix XML parsing error in Firefox [PR265](https://github.com/i18next/i18next-xhr-backend/pull/265)
### 1.4.2
- usage with sinon [260](https://github.com/i18next/i18next-xhr-backend/pull/260)
### 1.4.1
- fixes ajax
### 1.4.0
- add `queryStringParams` option [PR255](https://github.com/i18next/i18next-xhr-backend/pull/255)
### 1.3.0
- add support for custom headers [PR250](https://github.com/i18next/i18next-xhr-backend/pull/250)
- update dev dependencies
### 1.2.1
- downgrade babel-preset-es2015-native-modules to correctly build es files
### 1.2.0
- support withCredentials flag on XHR [PR238](https://github.com/i18next/i18next-xhr-backend/pull/238)
### 1.1.0
- allows loadPath to be a function [PR236](https://github.com/i18next/i18next-xhr-backend/pull/236)
### 1.0.1
- change amd export to unnamed
- initial v1