From 7d1f4deb2713d60d7f5b85ecb2186010b743bc82 Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:06:53 +0100 Subject: [PATCH] New translations en.json (French) --- packages/excalidraw/locales/fr-FR.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/excalidraw/locales/fr-FR.json b/packages/excalidraw/locales/fr-FR.json index 6e7bdd89e..6f8423acf 100644 --- a/packages/excalidraw/locales/fr-FR.json +++ b/packages/excalidraw/locales/fr-FR.json @@ -534,7 +534,10 @@ }, "hint": { "text": "Cliquez sur l'utilisateur pour le suivre", - "followStatus": "Vous suivez actuellement cet utilisateur" + "followStatus": "Vous suivez actuellement cet utilisateur", + "inCall": "", + "micMuted": "", + "isSpeaking": "" } } }