From 1f24b1b95be512c0f9a09b54001ae5bf71b47e37 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Mar 2026 10:14:43 +0000 Subject: [PATCH] fix(i18n): add missing index page translation keys to en.json Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- frontend/translations/en.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/translations/en.json b/frontend/translations/en.json index 8d4664b0..cb9fd61b 100644 --- a/frontend/translations/en.json +++ b/frontend/translations/en.json @@ -535,6 +535,7 @@ "index.page_title_dashboard": "Dashboard", "index.page_title_public": "Intelligent Document Processing", "index.platform_overview": "Platform overview", + "index.processing_stats": "Processing Stats", "index.quick_actions": "Quick Actions", "index.quick_documents": "My Documents", "index.quick_documents_desc": "Browse your processed files", @@ -553,9 +554,13 @@ "index.stat_active_integrations": "Active Integrations", "index.stat_active_users": "Active users", "index.stat_files_month": "Files this month", + "index.stat_files_ocr": "Files with OCR", "index.stat_files_today": "Files today", "index.stat_storage_targets": "Storage Targets", + "index.stat_this_month": "This month", + "index.stat_today": "Today", "index.stat_total_files": "Total files", + "index.stat_total_processed": "Total processed", "index.tier_plan": "Plan", "index.tier_upgrade": "Upgrade", "index.tier_view_details": "View full details",