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