From ebbadf94dd4b23b9ceabd402ed0886c4cd8c6062 Mon Sep 17 00:00:00 2001 From: physcik Date: Sat, 11 Apr 2026 17:12:18 +0500 Subject: Localization persistance --- front/src/Emelents/Sidebar.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'front/src/Emelents/Sidebar.tsx') diff --git a/front/src/Emelents/Sidebar.tsx b/front/src/Emelents/Sidebar.tsx index 4802e76..d94cef8 100644 --- a/front/src/Emelents/Sidebar.tsx +++ b/front/src/Emelents/Sidebar.tsx @@ -1,6 +1,6 @@ import { useContext } from 'react'; import { AllowedLanguages, LanguageContext } from '../Locales/Context'; -import { GetString } from '../Locales/Locales'; +import { GetLocalizedString } from '../Locales/Locales'; import './Elements.css'; type SidebarProps = { @@ -13,11 +13,11 @@ function Sidebar({setLang}: SidebarProps) { return ( ); -- cgit v1.3