From dbe322ab79c334076c45cc69b25b0e3395380046 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Sat, 21 Oct 2023 18:07:40 +0300 Subject: [PATCH] New translations common.json (French) --- public/locales/fr/common.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/locales/fr/common.json b/public/locales/fr/common.json index 3f7d0ab0..1d75767a 100644 --- a/public/locales/fr/common.json +++ b/public/locales/fr/common.json @@ -14,7 +14,7 @@ }, "widget": { "missing_type": "Widget manquant: {{type}}", - "api_error": "Erreur de l'API", + "api_error": "Erreur API", "information": "Informations", "status": "Statut", "url": "Url", @@ -763,6 +763,7 @@ "calendar": { "inCinemas": "En salle", "physicalRelease": "Sortie physique", - "digitalRelease": "Sortie numérique" + "digitalRelease": "Sortie numérique", + "noEventsToday": "No events for today!" } }