

export interface ILanguageMapping {
    [message: string]: string
}