export interface Language { code: string; name: string; }