export interface TranslateSettings { debugMode?: boolean; disableCache?: boolean; supportedLangs?: string[]; translationRoot?: string; translatePaths?: string[]; activeLang?: string; }