From 6046685b64d4f65523ca8ad4e8000e9ed9313d45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Kon=C3=AD=C5=99?= Date: Mon, 15 Oct 2018 19:14:42 +0200 Subject: [PATCH] Add i18nFormat configuration to InitOptions (#29536) --- types/i18next/index.d.ts | 7 +++++++ 1 file changed, 7 insertions(+) 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