From 7542809190e58562eeb6b41fbc1ccdc9c31d505d Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Tue, 4 Jul 2023 14:02:58 +0200 Subject: [PATCH] hint --- config/locales/communication/en.yml | 1 + config/locales/communication/fr.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/locales/communication/en.yml b/config/locales/communication/en.yml index 707366c1f..5c36b5931 100644 --- a/config/locales/communication/en.yml +++ b/config/locales/communication/en.yml @@ -817,6 +817,7 @@ en: host: Sans le protocole sso_button_label: "Default: Sign in via SSO" communication_website: + deployment_status_badge: "Badge URL: <a href=\"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge\" target=\"_blank\">Github</a>, <a href=\"https://docs.gitlab.com/ee/user/project/badges.html\" target=\"_blank\">Gitlab</a>" git_branch: 'If blank, default branch will be used' git_endpoint: 'If blank, default will be used (https://github.com or https://gitlab.com/api/v4)' languages: 'If you select one language the website urls will not be prefixed. If you select more than one language the website will then be considered as multilingual, and therefore all urls will be prefixed with the language (/fr, /en)' diff --git a/config/locales/communication/fr.yml b/config/locales/communication/fr.yml index 25668c9ee..003753ea8 100644 --- a/config/locales/communication/fr.yml +++ b/config/locales/communication/fr.yml @@ -817,6 +817,7 @@ fr: host: Sans le protocole sso_button_label: "Par défaut : Se connecter en SSO" communication_website: + deployment_status_badge: "URL du badge : <a href=\"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge\" target=\"_blank\">Github</a>, <a href=\"https://docs.gitlab.com/ee/user/project/badges.html\" target=\"_blank\">Gitlab</a>" git_branch: 'Laisser vide pour la branche par défaut' git_endpoint: 'Laisser vide pour les valeurs par défaut (https://github.com ou https://gitlab.com/api/v4)' languages: 'Si vous sélectionnez une seule langue les urls ne seront pas préfixées. Si vous en sélectionnez plusieurs le site sera considéré comme multilingue et donc toutes les urls seront préfixées avec la langue (/fr, /en)' -- GitLab