import { defineRouting } from "next-intl/routing"; export const routing = defineRouting({ locales: ["en", "ar", "ku", "fa"], defaultLocale: "en", localePrefix: "never", });