From f3814575c1982704f9d2845e045e86d04de76c4b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 25 Mar 2024 22:03:23 +0100 Subject: [PATCH] feat(i18n): update translations for manifest.toml --- manifest.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.toml b/manifest.toml index d2651b7..5a04338 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,7 +47,9 @@ ram.runtime = "50M" [install.default_matrix_server] ask.en = "Default Matrix server" +ask.fr = "Serveur Matrix par défaut" help.en = "Must be a domain name or a sub-domain. Must not contain a path." +help.fr = "Doit être un nom de domaine ou un sous-domaine. Ne doit pas contenir de chemin d'accès." type = "url" default = "https://matrix.org"