import type { LocaleValues } from './types'; const locale: LocaleValues = { lang: 'en-CA', dateTimeFormats: { fullDate: 'MMM dd, yyyy', }, }; export default locale;