export interface ITranslationKeyDTO { language: string; key: string; value: string; }