export interface ILang {
  key: string;
  json: JSON;
}