internal
type LocalizedString = 
  | string
  | ({en: string, } & { [key in Exclude<SupportedLanguage, "en">]?: string })