Schneller, Ramez
This commit is contained in:
8
i18n/routing.ts
Normal file
8
i18n/routing.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineRouting } from 'next-intl/routing';
|
||||
|
||||
export const routing = defineRouting({
|
||||
locales: [ 'en', 'de' ],
|
||||
defaultLocale: 'en',
|
||||
localeDetection: true,
|
||||
localeCookie: false
|
||||
});
|
||||
Reference in New Issue
Block a user