export type SupportedLanguage = "en" | "zh"; export interface LocalizedText { en: string; zh: string; }