From 7bae7f4785000410ba468252f2c2b7a96cb3678f Mon Sep 17 00:00:00 2001 From: Javis Date: Wed, 1 Apr 2026 21:32:41 +0800 Subject: [PATCH] fix(i18n): remove duplicate 'the' in About page Fixes #1730 The About page content had 'with the the Naive UI' which should be 'with the Naive UI'. --- locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.yml b/locales/en.yml index d03d80d3f6..b1e8b62877 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -37,7 +37,7 @@ about: ## Technologies - IT Tools is made in Vue.js (Vue 3) with the the Naive UI component library and is hosted and continuously deployed by Vercel. Third-party open-source libraries are used in some tools, you may find the complete list in the [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) file of the repository. + IT Tools is made in Vue.js (Vue 3) with the Naive UI component library and is hosted and continuously deployed by Vercel. Third-party open-source libraries are used in some tools, you may find the complete list in the [package.json](https://github.com/CorentinTh/it-tools/blob/main/package.json) file of the repository. ## Found a bug? A tool is missing?