From 45cad0bc536f4f7b10b1b81e1ca6555fb77e9340 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 28 Mar 2024 04:20:55 +0100 Subject: [PATCH] feat(apps/i18n): extract strings to translate for application fluffychat --- translations/apps/fluffychat/fr.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/translations/apps/fluffychat/fr.json b/translations/apps/fluffychat/fr.json index b933889..0ef8a1c 100644 --- a/translations/apps/fluffychat/fr.json +++ b/translations/apps/fluffychat/fr.json @@ -1,5 +1,3 @@ { - "description": "Client de messagerie Matrix", - "install_default_matrix_server_ask": "Serveur Matrix par défaut", - "install_default_matrix_server_help": "Doit être un nom de domaine ou un sous-domaine. Ne doit pas contenir de chemin d'accès." -} + "description": "Client de messagerie Matrix" +} \ No newline at end of file