diff --git a/types/i18next/index.d.ts b/types/i18next/index.d.ts index 0f4e4abf60..84433c26ec 100644 --- a/types/i18next/index.d.ts +++ b/types/i18next/index.d.ts @@ -5,6 +5,7 @@ // Giedrius Grabauskas // Silas Rech // Philipp Katz +// Milan Konir // 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