We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0994852 commit f9571acCopy full SHA for f9571ac
index.d.ts
@@ -69,3 +69,9 @@ export default class I18nextBrowserLanguageDetector implements i18next.LanguageD
69
services: any;
70
i18nOptions: any;
71
}
72
+
73
+declare module 'i18next' {
74
+ interface PluginOptions {
75
+ detection?: DetectorOptions;
76
+ }
77
+}
package.json
@@ -34,7 +34,7 @@
34
"eslint": "6.1.0",
35
"eslint-config-airbnb": "17.1.1",
36
"expect.js": "0.3.1",
37
- "i18next": "^19.0.0",
+ "i18next": "19.9.3",
38
"mkdirp": "0.5.1",
39
"mocha": "7.1.2",
40
"rimraf": "2.6.3",
0 commit comments