From ca8784965f8880a2fe7e5ee47fd3855e998e71d7 Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Fri, 21 May 2021 19:33:37 +0200 Subject: [PATCH] Add space before double-points in french MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- README-generator/templates/README_fr.md.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README-generator/templates/README_fr.md.j2 b/README-generator/templates/README_fr.md.j2 index eb9fc13..b664ba1 100644 --- a/README-generator/templates/README_fr.md.j2 +++ b/README-generator/templates/README_fr.md.j2 @@ -35,11 +35,11 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in {% if upstream.website -%}* Site official de l'app : {{ upstream.website }} {% endif -%} -{% if upstream.userdoc -%}* Documentation officielle utilisateur: {{ upstream.userdoc }} +{% if upstream.userdoc -%}* Documentation officielle utilisateur : {{ upstream.userdoc }} {% endif -%} -{% if upstream.admindoc -%}* Documentation officielle de l'admin: {{ upstream.admindoc }} +{% if upstream.admindoc -%}* Documentation officielle de l'admin : {{ upstream.admindoc }} {% endif -%} -{% if upstream.code -%}* Dépôt de code officiel de l'app: {{ upstream.code }} +{% if upstream.code -%}* Dépôt de code officiel de l'app : {{ upstream.code }} {% endif -%} * Documentation YunoHost pour cette app: https://yunohost.org/app_{{manifest.id}} * Signaler un bug: https://github.com/YunoHost-Apps/{{manifest.id}}_ynh/issues