From 94d5c7216132605918bc87d2c03e8a0b569432b8 Mon Sep 17 00:00:00 2001 From: Joe Slain Date: Tue, 24 Dec 2024 15:26:18 +0100 Subject: [PATCH] Modify french version of negative tags --- src/types.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/types.ts b/src/types.ts index 1444ee9..2f47cd2 100644 --- a/src/types.ts +++ b/src/types.ts @@ -163,10 +163,10 @@ export const negativeTags: { [index: string]: NegativeReason } = { 'Manque de sources': 'manque_de_sources', - Hallucinations: 'hallucinations', - 'Erreurs grammaticales': 'erreurs_grammaires', - Inconsistance: 'inconsistance', - Imprécisions: 'imprecisions', + 'Les éléments sont faux': 'hallucinations', + 'Erreurs de grammaire': 'erreurs_grammaires', + Incohérent: 'inconsistance', + Imprécis: 'imprecisions', 'Trop long': 'trop_long', }