Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { createSharedPathnamesNavigation } from 'next-intl/navigation';
|
||||
|
||||
export const locales = ['en', 'de'] as const;
|
||||
export const localePrefix = 'always'; // Default
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { notFound } from 'next/navigation';
|
||||
import { getRequestConfig } from 'next-intl';
|
||||
|
||||
// Can be imported from a shared config
|
||||
const locales = ['en', 'de'];
|
||||
|
||||
Reference in New Issue
Block a user