export interface TranslationResponse { locale: string; value: string; key: string; }