Add new partialBundledLanguages InitOptions

This commit is contained in:
dyniper 2018-11-20 11:56:00 -08:00 committed by Arthur Carre
parent daa50a3ee8
commit d73f3efdcf

View File

@ -1,4 +1,4 @@
// Type definitions for i18next 11.9
// Type definitions for i18next 12.1
// Project: http://i18next.com
// Definitions by: Michael Ledin <https://github.com/mxl>
// Budi Irawan <https://github.com/deerawan>
@ -160,6 +160,12 @@ declare namespace i18next {
*/
resources?: Resource;
/**
* Allow initializing with bundled resources while using a backend to load non bundled ones.
* @default false
*/
partialBundledLanguages?: boolean;
/**
* language to use (overrides language detection)
* @default undefined