init create-fias

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-03-30 11:50:07 +05:00
commit 6265edf673
76 changed files with 37510 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
import { defineRouting } from 'next-intl/routing';
import { LanguageRoutes } from './types';
export const routing = defineRouting({
// A list of all locales that are supported
locales: [LanguageRoutes.UZ, LanguageRoutes.RU, LanguageRoutes.KI],
// Used when no locale matches
defaultLocale: LanguageRoutes.UZ,
localeDetection: false,
});