From 2e9b191f9883404235348d736b2729b265874444 Mon Sep 17 00:00:00 2001 From: Julien Froidefond Date: Sun, 2 Mar 2025 06:56:46 +0100 Subject: [PATCH] fix: translation error in french books --- src/i18n/messages/fr/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/messages/fr/common.json b/src/i18n/messages/fr/common.json index c0a9fc4..703ba10 100644 --- a/src/i18n/messages/fr/common.json +++ b/src/i18n/messages/fr/common.json @@ -168,7 +168,7 @@ "unread": "Non lu", "progress": "{read}/{total}" }, - "books": "{count} tome | {count} tomes", + "books": "{count} tomes", "filters": { "title": "Filtres", "showAll": "Afficher tout",