Miss register to Configurationoptions (#9292)

This commit is contained in:
Jules Truong
2016-05-21 17:25:45 +02:00
committed by Masahiro Wakame
parent ddc412f754
commit 4143c4ff6f

View File

@@ -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;