chore: t function removed from context and i18n config moved to a seperated file

This commit is contained in:
2025-07-06 19:48:12 +03:30
parent 5960ab62b7
commit 9af0e88036
4 changed files with 1 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
import { StrictMode } from 'react';
import { createRoot } from 'react-dom/client';
import './index.css';
import './i18n';
import './lib/i18n';
import App from './App';
import { LanguageProvider } from './providers/LanguageProvider';