mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Add i18nFormat configuration to InitOptions (#29536)
This commit is contained in:
committed by
Sheetal Nandi
parent
e588e51692
commit
6046685b64
Vendored
+7
@@ -5,6 +5,7 @@
|
||||
// Giedrius Grabauskas <https://github.com/GiedriusGrabauskas>
|
||||
// Silas Rech <https://github.com/lenovouser>
|
||||
// Philipp Katz <https://github.com/qqilihq>
|
||||
// Milan Konir <https://github.com/butchyyyy>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
@@ -385,6 +386,12 @@ declare namespace i18next {
|
||||
* Compatibility JSON version
|
||||
*/
|
||||
compatibilityJSON?: string;
|
||||
|
||||
/**
|
||||
* options for i18n nessage format - check documentation of plugin
|
||||
* @default undefined
|
||||
*/
|
||||
i18nFormat?: object;
|
||||
}
|
||||
|
||||
// Add an indexer to assure that interpolation arguments can be passed
|
||||
|
||||
Reference in New Issue
Block a user