feat: add i18n support and localized labels to certification and profession features commit

This commit is contained in:
mengstabketemaw
2026-06-30 15:57:25 +03:00
parent ef69448bbd
commit 9fd59f52ed
19 changed files with 593 additions and 354 deletions

View File

@@ -13,7 +13,6 @@ import {
IconFileDescription,
IconHeart,
IconLayoutDashboard,
IconMap,
IconShieldCheck,
IconRubberStamp,
IconSettings,
@@ -39,7 +38,6 @@ const NAV_ITEMS: NavItem[] = [
{ to: '/payment-config', label: 'Payment Config', icon: IconCreditCard },
{ to: '/analytics', label: 'Analytics', icon: IconChartBar },
{ to: '/medical-verification', label: 'Medical Verification', icon: IconHeart },
{ to: '/locations', label: 'Locations', icon: IconMap },
{ to: '/questions', label: 'Questions', icon: IconQuestionMark },
{ to: '/exams', label: 'Examinations', icon: IconClipboardList },
{ to: '/exam-results', label: 'Exam Results', icon: IconReport },