export interface Locale { code: string; fallback: null | string; name: string; }