fix i18n-node/i18n-node.d.ts

This commit is contained in:
vvakame
2015-09-03 21:23:05 +09:00
parent 833252b735
commit d075fd542f

View File

@@ -22,29 +22,34 @@ declare module i18n {
*/
directory?: string;
/**
/**
* whether to write new locale information to disk
* @default true
*/
updateFiles?: boolean;
/**
/**
* What to use as the indentation unit
* @default "\t"
*/
indent?: string;
/**
/**
* Setting extension of json files (you might want to set this to '.js' according to webtranslateit)
* @default ".json"
*/
extension?: string;
/**
/**
* Enable object notation
* @default false
*/
objectNotation?: boolean;
/**
* json files prefix
*/
prefix?: string;
}
export interface TranslateOptions {
phrase: string;