From 8bd31dbd5af07332284b81d9fd5d18ee51f8c3b9 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 7 Oct 2025 09:06:35 +0200 Subject: [PATCH] remove unnecessary translation, remove not longer valid comment --- frontend/src/components/GddSend/TransactionForm.vue | 1 - frontend/src/locales/fr.json | 2 -- 2 files changed, 3 deletions(-) diff --git a/frontend/src/components/GddSend/TransactionForm.vue b/frontend/src/components/GddSend/TransactionForm.vue index e14beb812..7ce3ac68f 100644 --- a/frontend/src/components/GddSend/TransactionForm.vue +++ b/frontend/src/components/GddSend/TransactionForm.vue @@ -222,7 +222,6 @@ const validationSchema = computed(() => { return object({ memo: memoSchema, amount: amountSchema, - // todo: found a better way, because this validation test has side effects identifier: identifierSchema.test( 'community-is-reachable', 'form.validation.identifier.communityIsReachable', diff --git a/frontend/src/locales/fr.json b/frontend/src/locales/fr.json index b531274a0..ee3573152 100644 --- a/frontend/src/locales/fr.json +++ b/frontend/src/locales/fr.json @@ -193,8 +193,6 @@ "gddSendAmount": "Le champ {_field_} doit comprendre un nombre entre {min} et {max} avec un maximum de deux chiffres après la virgule", "identifier": { "communityIsReachable": "Communauté non joignable!", - "communityIsReachable.communityNotFound": "Communauté non trouvée!", - "communityIsReachable.communityNotReachable": "Communauté non joignable!", "required": "Le destinataire est un champ obligatoire.", "typeError": "Le destinataire doit être un email, un nom d'utilisateur ou un Gradido ID." },