From b42e39dd048ecf3ffe1a2fc58d779687f6ca9bb8 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Mon, 15 Dec 2025 15:08:04 +0330 Subject: [PATCH] add about --- src/components/icons/BagIcon.tsx | 4 ++-- src/components/navigation/BottomNavBar.tsx | 14 ++++++++++++-- src/locales/fa/common.json | 1 + 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/src/components/icons/BagIcon.tsx b/src/components/icons/BagIcon.tsx index f1b0429..99ebf22 100644 --- a/src/components/icons/BagIcon.tsx +++ b/src/components/icons/BagIcon.tsx @@ -13,7 +13,7 @@ const BagIcon = (props: Props) => ( > ( /> void; @@ -82,7 +82,17 @@ function BottomNavBar({ onPagerClick }: BottomNavBarProps) { width={20} height={20} />} value={t('Menu')} /> - } value={t('Notifications')} /> + + } + value={t('about')} + /> } value={t('Favorites')} /> diff --git a/src/locales/fa/common.json b/src/locales/fa/common.json index 7abc472..6578a2f 100644 --- a/src/locales/fa/common.json +++ b/src/locales/fa/common.json @@ -5,6 +5,7 @@ "Pager": "پیجر", "Notifications": "اعلان ها", "Favorites": "پسند ها", + "about": "درباره", "AriaLabel": "" }, "SideMenu": {