From bf2668b963743e61fefd89e5732bfbfa6ed525a4 Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Tue, 15 Jul 2025 18:30:02 +0100 Subject: [PATCH] fix: i18n --- .idea/workspace.xml | 56 +++++++++++-------- public/locales/en/translation.json | 2 +- public/locales/fr/translation.json | 4 +- public/locales/hi/translation.json | 2 +- src/components/Hero.tsx | 2 +- src/components/ToolHeader.tsx | 4 +- src/components/ToolLayout.tsx | 8 +-- src/i18n/index.ts | 2 +- src/pages/home/Categories.tsx | 8 +-- src/pages/tools-by-category/index.tsx | 21 +++----- src/tools/index.ts | 78 ++++++++++++++------------- src/utils/string.ts | 8 ++- 12 files changed, 106 insertions(+), 89 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index eff79ab..8c4e45d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,19 @@