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