Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-06-03 21:36:33 +00:00
2 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
import { createSharedPathnamesNavigation } from 'next-intl/navigation';
export const locales = ['en', 'de'] as const;
export const localePrefix = 'always'; // Default

View File

@@ -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'];