mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 14:06:59 +00:00
6 lines
139 B
TypeScript
6 lines
139 B
TypeScript
export const i18n = {
|
|
defaultLocale: 'sv',
|
|
locales: ['sv', 'en', 'nn'],
|
|
} as const
|
|
|
|
export type Locale = typeof i18n['locales'][number] |