mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add new partialBundledLanguages InitOptions
This commit is contained in:
parent
daa50a3ee8
commit
d73f3efdcf
8
types/i18next/index.d.ts
vendored
8
types/i18next/index.d.ts
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user