From 667f9c1c3a310ceb41197efffbc3a1c4afc23814 Mon Sep 17 00:00:00 2001 From: Liu An Date: Fri, 13 Mar 2026 10:57:19 +0800 Subject: [PATCH] fix: remove duplicate "arabic" key in French translations (#13529) ### What problem does this PR solve? Removed duplicate key that caused build warning during Vite build. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- web/src/locales/fr.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/locales/fr.ts b/web/src/locales/fr.ts index d0dd10274e..0d9843465a 100644 --- a/web/src/locales/fr.ts +++ b/web/src/locales/fr.ts @@ -42,7 +42,6 @@ export default { previousPage: 'Précédent', nextPage: 'Suivant', add: 'Ajouter', - arabic: 'Arabe', promptPlaceholder: 'Veuillez saisir ou utilisez / pour insérer rapidement des variables.', },