feat: implement internationalization support by updating locale files and adding language switch component
This commit is contained in:
@@ -6,7 +6,7 @@ import Link from 'next/link';
|
||||
import routeFactory from '@/assets/constants/routeFactory';
|
||||
import { getTranslations } from 'next-intl/server';
|
||||
import { ILayoutLocaleParams } from '@/models/layout';
|
||||
import { TLocales } from '@/locales/translates';
|
||||
import { TLocales } from '@/models/layout';
|
||||
|
||||
interface Props {
|
||||
locale: TLocales;
|
||||
|
||||
Reference in New Issue
Block a user