navbar changed

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-03-30 14:35:20 +05:00
parent 6265edf673
commit 8d9b1fcfdd
20 changed files with 423 additions and 100 deletions

View File

@@ -3,7 +3,7 @@ import { LanguageRoutes } from './types';
export const routing = defineRouting({
// A list of all locales that are supported
locales: [LanguageRoutes.UZ, LanguageRoutes.RU, LanguageRoutes.KI],
locales: [LanguageRoutes.UZ, LanguageRoutes.RU, LanguageRoutes.EN],
// Used when no locale matches
defaultLocale: LanguageRoutes.UZ,