initial migration
This commit is contained in:
8
lib/i18n-config.ts
Normal file
8
lib/i18n-config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { Locale } from './i18n';
|
||||
|
||||
export const i18n = {
|
||||
defaultLocale: 'en' as Locale,
|
||||
locales: ['en', 'de'] as Locale[],
|
||||
} as const;
|
||||
|
||||
export type LocaleParam = 'en' | 'de';
|
||||
Reference in New Issue
Block a user