Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FFDuBhMKvoWjrWT3ZnGmmr
3 lines
115 B
TypeScript
3 lines
115 B
TypeScript
export const SUPPORTED_LOCALES = ['en', 'ms', 'zh'] as const
|
|
export type Locale = typeof SUPPORTED_LOCALES[number]
|