feat: implement internationalization support by updating locale files and adding language switch component

This commit is contained in:
2025-06-08 09:25:38 +03:30
parent 2ae57940f0
commit 12775285ec
19 changed files with 148 additions and 333 deletions
@@ -1,7 +1,8 @@
import routeFactory from '../routeFactory';
export function getQuickLinks(t: (key: string) => string, locale: string) {
export function getQuickLinks(t: any, locale: string) {
const routes = routeFactory(t, locale);
return [
{
title: routes.home.title,