export const SUPPORTED_LOCALES = ['en', 'ms', 'zh'] as const export type Locale = typeof SUPPORTED_LOCALES[number]