UNPKG

create-onetech-app

Version:

CLI to quickly set up React projects with popular templates and tools.

11 lines (8 loc) 286 B
import localeLanguages from "@/config/Languages"; import { defineRouting } from "next-intl/routing"; export const routing = defineRouting({ // A list of all locales that are supported locales: localeLanguages, // Used when no locale matches defaultLocale: "en", });