You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 年之前
123456
  1. export const i18n = {
  2. defaultLocale: 'en',
  3. locales: ['en', 'zh-Hans'],
  4. } as const
  5. export type Locale = typeof i18n['locales'][number]