From 4143c4ff6f587cd365b549c3a256ffbd7e469705 Mon Sep 17 00:00:00 2001 From: Jules Truong Date: Sat, 21 May 2016 17:25:45 +0200 Subject: [PATCH] Miss register to Configurationoptions (#9292) --- i18n-node/i18n-node.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/i18n-node/i18n-node.d.ts b/i18n-node/i18n-node.d.ts index 568228df45..d5703a825d 100644 --- a/i18n-node/i18n-node.d.ts +++ b/i18n-node/i18n-node.d.ts @@ -50,6 +50,11 @@ declare namespace i18n { * json files prefix */ prefix?: string; + + /** + * object or [obj1, obj2] to bind the i18n api and current locale to - defaults to null + */ + register?: any; } export interface TranslateOptions { phrase: string;