export interface TranslateServiceInitDataInterface {
    langDefault: string;
    langCurrent: string;
    translationList: any;
}
