diff --git a/components/pages/products/filter/filter.tsx b/components/pages/products/filter/filter.tsx
index 0f35baf..29bbd32 100644
--- a/components/pages/products/filter/filter.tsx
+++ b/components/pages/products/filter/filter.tsx
@@ -137,7 +137,7 @@ export default function Filter() {
{/* ⭐ O'ZGARTIRILDI: Category filter with dropdown */}
- Kategoriyalar
+ {t("category")}
{categoryBack?.map((item: any) => (
@@ -223,7 +223,7 @@ export default function Filter() {
- {/* Bo'lim filtri */}
+ {/* Bo'lim filtri check */}
{visibleSectionData && visibleSectionData.length > 0 && (
diff --git a/components/paginationUI.tsx b/components/paginationUI.tsx
index 29d1bd3..1db5d42 100644
--- a/components/paginationUI.tsx
+++ b/components/paginationUI.tsx
@@ -78,8 +78,8 @@ export default function PaginationLite({
) : (
onChange(Number(p))}
>
{p}
diff --git a/messages/en.json b/messages/en.json
index cec596b..7848f7a 100644
--- a/messages/en.json
+++ b/messages/en.json
@@ -427,5 +427,6 @@
"loading_error": "An error occurred while loading data",
"products_not_found": "Products not found",
"hide": "Hide",
- "show_more": "Show more"
+ "show_more": "Show more",
+ "category": "Categories"
}
diff --git a/messages/ru.json b/messages/ru.json
index afa437e..b444260 100644
--- a/messages/ru.json
+++ b/messages/ru.json
@@ -427,5 +427,6 @@
"loading_error": "Произошла ошибка при загрузке данных",
"products_not_found": "Товары не найдены",
"hide": "Скрыть",
- "show_more": "Показать больше"
+ "show_more": "Показать больше",
+ "category": "Категории"
}
diff --git a/messages/uz.json b/messages/uz.json
index 4d97252..647b6d0 100644
--- a/messages/uz.json
+++ b/messages/uz.json
@@ -427,5 +427,6 @@
"loading_error": "Ma'lumotlarni yuklashda xatolik yuz berdi",
"products_not_found": "Mahsulotlar topilmadi",
"hide":"Yashirish",
- "show_more":"Ko'proq ko'rish"
+ "show_more":"Ko'proq ko'rish",
+ "category": "Kategoriyalar"
}