feat: Add translation on 3 languages for sight page

This commit is contained in:
2025-06-01 00:34:59 +03:00
parent 0d9bbb140f
commit 87386c6a73
22 changed files with 768 additions and 732 deletions

View File

@ -1,5 +1,5 @@
import { Box, Tab, Tabs } from "@mui/material";
import { articlesStore, cityStore } from "@shared";
import { articlesStore, cityStore, languageStore } from "@shared";
import { InformationTab, RightWidgetTab } from "@widgets";
import { LeftWidgetTab } from "@widgets";
import { useEffect, useState } from "react";
@ -22,7 +22,7 @@ export const CreateSightPage = observer(() => {
useEffect(() => {
getCities();
getArticles();
getArticles(languageStore.language);
}, []);
return (