Finalize multilingual routing and translations
CI / quality (push) Waiting to run

This commit is contained in:
MOH
2026-03-07 14:10:30 +01:00
parent 1ad9ae9629
commit 7f4277d1d7
53 changed files with 2805 additions and 1382 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
import { defineRouting } from "next-intl/routing";
export const routing = defineRouting({
locales: ["en", "de"],
locales: ["de", "en", "ar"],
defaultLocale: "de",
localePrefix: "as-needed",
localeCookie: false,
localeDetection: false,
});