Files
vesta/i18n/routing.ts
T
2026-07-30 12:15:17 +03:00

7 lines
141 B
TypeScript

import { defineRouting } from 'next-intl/routing'
export const routing = defineRouting({
locales: ['tr', 'en'],
defaultLocale: 'tr',
})